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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstProtectionMeta
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations