Struct gstreamer_sys::GstProtectionMeta[][src]

#[repr(C)]
pub struct GstProtectionMeta { pub meta: GstMeta, pub info: *mut GstStructure, }

Fields

Trait Implementations

impl Copy for GstProtectionMeta
[src]

impl Clone for GstProtectionMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstProtectionMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstProtectionMeta

impl !Sync for GstProtectionMeta