#[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
impl 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