[][src]Struct gstreamer_sys::GstBufferPoolClass

#[repr(C)]
pub struct GstBufferPoolClass { pub object_class: GstObjectClass, pub get_options: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> *mut *const c_char>, pub set_config: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstStructure) -> gboolean>, pub start: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> gboolean>, pub stop: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> gboolean>, pub acquire_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut *mut GstBuffer, _: *mut GstBufferPoolAcquireParams) -> GstFlowReturn>, pub alloc_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut *mut GstBuffer, _: *mut GstBufferPoolAcquireParams) -> GstFlowReturn>, pub reset_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>, pub release_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>, pub free_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>, pub flush_start: Option<unsafe extern "C" fn(_: *mut GstBufferPool)>, pub flush_stop: Option<unsafe extern "C" fn(_: *mut GstBufferPool)>, pub _gst_reserved: [gpointer; 2], }

Fields

object_class: GstObjectClassget_options: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> *mut *const c_char>set_config: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstStructure) -> gboolean>start: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> gboolean>stop: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> gboolean>acquire_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut *mut GstBuffer, _: *mut GstBufferPoolAcquireParams) -> GstFlowReturn>alloc_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut *mut GstBuffer, _: *mut GstBufferPoolAcquireParams) -> GstFlowReturn>reset_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>release_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>free_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>flush_start: Option<unsafe extern "C" fn(_: *mut GstBufferPool)>flush_stop: Option<unsafe extern "C" fn(_: *mut GstBufferPool)>_gst_reserved: [gpointer; 2]

Trait Implementations

impl Clone for GstBufferPoolClass[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GstBufferPoolClass[src]

impl Debug for GstBufferPoolClass[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.