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