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
parent_iface: GTypeInterface
dispatch: Option<unsafe extern "C" fn(_: *mut GstPlayerSignalDispatcher, _: *mut GstPlayer, _: GstPlayerSignalDispatcherFunc, _: gpointer, _: GDestroyNotify)>
Trait Implementations
Auto Trait Implementations
impl Send for GstPlayerSignalDispatcherInterface
impl Sync for GstPlayerSignalDispatcherInterface
impl Unpin for GstPlayerSignalDispatcherInterface
Blanket Implementations
Mutably borrows from an owned value. Read more