Struct gst::ffi::Struct__GstMeta [−][src]
#[repr(C)]pub struct Struct__GstMeta { pub flags: GstMetaFlags, pub info: *const GstMetaInfo, }
Fields
flags: GstMetaFlags
info: *const GstMetaInfo
Trait Implementations
impl Clone for Struct__GstMeta
[src]
impl Clone for Struct__GstMeta
fn clone(&self) -> Struct__GstMeta
[src]
fn clone(&self) -> Struct__GstMeta
Returns 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 Copy for Struct__GstMeta
[src]
impl Copy for Struct__GstMeta
impl Default for Struct__GstMeta
[src]
impl Default for Struct__GstMeta
fn default() -> Struct__GstMeta
[src]
fn default() -> Struct__GstMeta
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstMeta
impl !Send for Struct__GstMeta
impl !Sync for Struct__GstMeta
impl !Sync for Struct__GstMeta