Struct GstBuffer Pool
Source #[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§
Source§impl Clone for GstBufferPool
impl Clone for GstBufferPool
Source§fn clone(&self) -> GstBufferPool
fn clone(&self) -> GstBufferPool
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstBufferPool
Auto Trait Implementations§
impl !Send for GstBufferPool
impl !Sync for GstBufferPool
impl Freeze for GstBufferPool
impl RefUnwindSafe for GstBufferPool
impl Unpin for GstBufferPool
impl UnsafeUnpin for GstBufferPool
impl UnwindSafe for GstBufferPool
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more