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_abiTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPadTemplate_ABIimpl !Send for GstPadTemplate_ABIimpl !Sync for GstPadTemplate_ABIimpl Unpin for GstPadTemplate_ABIimpl UnwindSafe for GstPadTemplate_ABIBlanket Implementations
Mutably borrows from an owned value. Read more