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
impl Copy for GstPadTemplate_ABI[src]
impl Copy for GstPadTemplate_ABIimpl Clone for GstPadTemplate_ABI[src]
impl Clone for GstPadTemplate_ABIfn clone(&self) -> GstPadTemplate_ABI[src]
fn clone(&self) -> GstPadTemplate_ABIReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstPadTemplate_ABI[src]
impl Debug for GstPadTemplate_ABIAuto Trait Implementations
impl !Send for GstPadTemplate_ABI
impl !Send for GstPadTemplate_ABIimpl !Sync for GstPadTemplate_ABI
impl !Sync for GstPadTemplate_ABI