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