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
impl Copy for GstVideoBufferPool
[src]
impl Copy for GstVideoBufferPool
impl Clone for GstVideoBufferPool
[src]
impl Clone for GstVideoBufferPool
fn clone(&self) -> GstVideoBufferPool
[src]
fn clone(&self) -> GstVideoBufferPool
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoBufferPool
[src]
impl Debug for GstVideoBufferPool
Auto Trait Implementations
impl !Send for GstVideoBufferPool
impl !Send for GstVideoBufferPool
impl !Sync for GstVideoBufferPool
impl !Sync for GstVideoBufferPool