Struct gstreamer_player_sys::GstPlayerSignalDispatcherInterface[][src]

#[repr(C)]
pub struct GstPlayerSignalDispatcherInterface { pub parent_iface: GTypeInterface, pub dispatch: Option<unsafe extern "C" fn(_: *mut GstPlayerSignalDispatcher, _: *mut GstPlayer, _: GstPlayerSignalDispatcherFunc, _: gpointer, _: GDestroyNotify)>, }

Fields

Trait Implementations

impl Copy for GstPlayerSignalDispatcherInterface
[src]

impl Clone for GstPlayerSignalDispatcherInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPlayerSignalDispatcherInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstPlayerSignalDispatcherInterface

impl Sync for GstPlayerSignalDispatcherInterface