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