Struct gstreamer_video_sys::GstVideoBufferPool[][src]

#[repr(C)]
pub struct GstVideoBufferPool { pub bufferpool: GstBufferPool, pub priv_: *mut GstVideoBufferPoolPrivate, }

Fields

Trait Implementations

impl Copy for GstVideoBufferPool
[src]

impl Clone for GstVideoBufferPool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoBufferPool
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoBufferPool

impl !Sync for GstVideoBufferPool