Struct gstreamer_sys::GstBufferPool[][src]

#[repr(C)]
pub struct GstBufferPool { pub object: GstObject, pub flushing: c_int, pub priv_: *mut GstBufferPoolPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstBufferPool
[src]

impl Clone for GstBufferPool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBufferPool
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBufferPool

impl !Sync for GstBufferPool