Union gstreamer_sys::GstPadProbeInfo_ABI [−][src]
#[repr(C)] pub union GstPadProbeInfo_ABI { pub _gst_reserved: [gpointer; 4], pub abi: GstPadProbeInfo_ABI_abi, }
Fields
_gst_reserved: [gpointer; 4]
abi: GstPadProbeInfo_ABI_abi
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPadProbeInfo_ABI
impl !Send for GstPadProbeInfo_ABI
impl !Sync for GstPadProbeInfo_ABI
impl Unpin for GstPadProbeInfo_ABI
impl UnwindSafe for GstPadProbeInfo_ABI
Blanket Implementations
Mutably borrows from an owned value. Read more