Struct gstreamer_sys::GstPad_ABI_abi [−][src]
#[repr(C)]pub struct GstPad_ABI_abi { pub last_flowret: GstFlowReturn, pub eventfullfunc: GstPadEventFullFunction, }
Fields
last_flowret: GstFlowReturn
eventfullfunc: GstPadEventFullFunction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPad_ABI_abi
impl Send for GstPad_ABI_abi
impl Sync for GstPad_ABI_abi
impl Unpin for GstPad_ABI_abi
impl UnwindSafe for GstPad_ABI_abi
Blanket Implementations
Mutably borrows from an owned value. Read more