Struct GstVideo Buffer Pool
Source #[repr(C)]pub struct GstVideoBufferPool {
pub bufferpool: GstBufferPool,
pub priv_: *mut GstVideoBufferPoolPrivate,
}Fields§
§bufferpool: GstBufferPool§priv_: *mut GstVideoBufferPoolPrivateTrait Implementations§
Source§impl Clone for GstVideoBufferPool
impl Clone for GstVideoBufferPool
Source§fn clone(&self) -> GstVideoBufferPool
fn clone(&self) -> GstVideoBufferPool
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 GstVideoBufferPool
Auto Trait Implementations§
impl !Send for GstVideoBufferPool
impl !Sync for GstVideoBufferPool
impl Freeze for GstVideoBufferPool
impl RefUnwindSafe for GstVideoBufferPool
impl Unpin for GstVideoBufferPool
impl UnsafeUnpin for GstVideoBufferPool
impl UnwindSafe for GstVideoBufferPool
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