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
object: GstObject
flushing: c_int
priv_: *mut GstBufferPoolPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstBufferPool
[src]
impl Copy for GstBufferPool
impl Clone for GstBufferPool
[src]
impl Clone for GstBufferPool
fn clone(&self) -> GstBufferPool
[src]
fn clone(&self) -> GstBufferPool
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstBufferPool
[src]
impl Debug for GstBufferPool
Auto Trait Implementations
impl !Send for GstBufferPool
impl !Send for GstBufferPool
impl !Sync for GstBufferPool
impl !Sync for GstBufferPool