#[repr(C)]pub struct GstNavigationInterface {
pub iface: GTypeInterface,
pub send_event: Option<unsafe extern "C" fn(*mut GstNavigation, *mut GstStructure)>,
pub send_event_simple: Option<unsafe extern "C" fn(*mut GstNavigation, *mut GstEvent)>,
}Fields§
§iface: GTypeInterface§send_event: Option<unsafe extern "C" fn(*mut GstNavigation, *mut GstStructure)>§send_event_simple: Option<unsafe extern "C" fn(*mut GstNavigation, *mut GstEvent)>Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more