Struct gstreamer_sys::GstTagList [−][src]
#[repr(C)]pub struct GstTagList { pub mini_object: GstMiniObject, }
Fields
mini_object: GstMiniObject
Trait Implementations
impl Copy for GstTagList[src]
impl Copy for GstTagListimpl Clone for GstTagList[src]
impl Clone for GstTagListfn clone(&self) -> GstTagList[src]
fn clone(&self) -> GstTagListReturns 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 GstTagList[src]
impl Debug for GstTagListAuto Trait Implementations
impl !Send for GstTagList
impl !Send for GstTagListimpl !Sync for GstTagList
impl !Sync for GstTagList