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
Auto Trait Implementations
impl RefUnwindSafe for GstMeta
impl UnwindSafe for GstMeta
Blanket Implementations
Mutably borrows from an owned value. Read more