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
impl Copy for GstProtectionMeta[src]
impl Copy for GstProtectionMetaimpl Clone for GstProtectionMeta[src]
impl Clone for GstProtectionMetafn clone(&self) -> GstProtectionMeta[src]
fn clone(&self) -> GstProtectionMetaReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstProtectionMeta[src]
impl Debug for GstProtectionMetaAuto Trait Implementations
impl !Send for GstProtectionMeta
impl !Send for GstProtectionMetaimpl !Sync for GstProtectionMeta
impl !Sync for GstProtectionMeta