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