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