Struct gstreamer_sys::GstMeta [−][src]
#[repr(C)]pub struct GstMeta { pub flags: GstMetaFlags, pub info: *const GstMetaInfo, }
Fields
flags: GstMetaFlagsinfo: *const GstMetaInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMetaimpl UnwindSafe for GstMetaBlanket Implementations
Mutably borrows from an owned value. Read more