Struct gstreamer_sys::GstTagList [−][src]
#[repr(C)]pub struct GstTagList { pub mini_object: GstMiniObject, }
Fields
mini_object: GstMiniObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTagList
impl !Send for GstTagList
impl !Sync for GstTagList
impl Unpin for GstTagList
impl UnwindSafe for GstTagList
Blanket Implementations
Mutably borrows from an owned value. Read more