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: GstObjectflushing: c_intpriv_: *mut GstBufferPoolPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstBufferPoolimpl !Send for GstBufferPoolimpl !Sync for GstBufferPoolimpl Unpin for GstBufferPoolimpl UnwindSafe for GstBufferPoolBlanket Implementations
Mutably borrows from an owned value. Read more