Struct gstreamer_sys::GstParentBufferMeta[][src]

#[repr(C)]
pub struct GstParentBufferMeta { pub parent: GstMeta, pub buffer: *mut GstBuffer, }

Fields

Trait Implementations

impl Copy for GstParentBufferMeta
[src]

impl Clone for GstParentBufferMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstParentBufferMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstParentBufferMeta

impl !Sync for GstParentBufferMeta