#[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§
Source§fn clone(&self) -> GstNavigationInterface
 
fn clone(&self) -> GstNavigationInterface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreAuto 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