Struct gstreamer_video_sys::GstVideoBufferPool [−][src]
#[repr(C)]pub struct GstVideoBufferPool { pub bufferpool: GstBufferPool, pub priv_: *mut GstVideoBufferPoolPrivate, }
Fields
bufferpool: GstBufferPoolpriv_: *mut GstVideoBufferPoolPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoBufferPoolimpl !Send for GstVideoBufferPoolimpl !Sync for GstVideoBufferPoolimpl Unpin for GstVideoBufferPoolimpl UnwindSafe for GstVideoBufferPoolBlanket Implementations
Mutably borrows from an owned value. Read more