[][src]Struct gst::ffi::Struct__GstAppSrcClass

#[repr(C)]
pub struct Struct__GstAppSrcClass { pub basesrc_class: GstBaseSrcClass, pub need_data: Option<extern "C" fn(appsrc: *mut GstAppSrc, length: guint)>, pub enough_data: Option<extern "C" fn(appsrc: *mut GstAppSrc)>, pub seek_data: Option<extern "C" fn(appsrc: *mut GstAppSrc, offset: guint64) -> gboolean>, pub push_buffer: Option<extern "C" fn(appsrc: *mut GstAppSrc, buffer: *mut GstBuffer) -> GstFlowReturn>, pub end_of_stream: Option<extern "C" fn(appsrc: *mut GstAppSrc) -> GstFlowReturn>, pub _gst_reserved: [gpointer; 4], }

Fields

basesrc_class: GstBaseSrcClassneed_data: Option<extern "C" fn(appsrc: *mut GstAppSrc, length: guint)>enough_data: Option<extern "C" fn(appsrc: *mut GstAppSrc)>seek_data: Option<extern "C" fn(appsrc: *mut GstAppSrc, offset: guint64) -> gboolean>push_buffer: Option<extern "C" fn(appsrc: *mut GstAppSrc, buffer: *mut GstBuffer) -> GstFlowReturn>end_of_stream: Option<extern "C" fn(appsrc: *mut GstAppSrc) -> GstFlowReturn>_gst_reserved: [gpointer; 4]

Trait Implementations

impl Default for Struct__GstAppSrcClass[src]

Auto Trait Implementations

impl !Send for Struct__GstAppSrcClass

impl !Sync for Struct__GstAppSrcClass

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

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

The type returned in the event of a conversion error.