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