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 GstProtectionMeta
impl Clone for GstProtectionMeta
[src]
impl Clone for GstProtectionMeta
fn clone(&self) -> GstProtectionMeta
[src]
fn clone(&self) -> GstProtectionMeta
Returns 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 GstProtectionMeta
Auto Trait Implementations
impl !Send for GstProtectionMeta
impl !Send for GstProtectionMeta
impl !Sync for GstProtectionMeta
impl !Sync for GstProtectionMeta