Struct gstreamer_sys::GstMeta[][src]

#[repr(C)]
pub struct GstMeta { pub flags: GstMetaFlags, pub info: *const GstMetaInfo, }

Fields

Trait Implementations

impl Copy for GstMeta
[src]

impl Clone for GstMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstMeta

impl !Sync for GstMeta