Struct gstreamer_sys::GstMeta [−][src]
#[repr(C)]pub struct GstMeta { pub flags: GstMetaFlags, pub info: *const GstMetaInfo, }
Fields
flags: GstMetaFlags
info: *const GstMetaInfo
Trait Implementations
impl Copy for GstMeta[src]
impl Copy for GstMetaimpl Clone for GstMeta[src]
impl Clone for GstMetafn clone(&self) -> GstMeta[src]
fn clone(&self) -> GstMetaReturns 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 GstMeta[src]
impl Debug for GstMeta