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