[][src]Struct gstreamer_app_sys::GstAppSinkCallbacks

#[repr(C)]
pub struct GstAppSinkCallbacks {
    pub eos: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: gpointer)>,
    pub new_preroll: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: gpointer) -> GstFlowReturn>,
    pub new_sample: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: gpointer) -> GstFlowReturn>,
    pub _gst_reserved: [gpointer; 4],
}

Fields

eos: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: gpointer)>new_preroll: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: gpointer) -> GstFlowReturn>new_sample: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: gpointer) -> GstFlowReturn>_gst_reserved: [gpointer; 4]

Trait Implementations

impl Clone for GstAppSinkCallbacks[src]

impl Copy for GstAppSinkCallbacks[src]

impl Debug for GstAppSinkCallbacks[src]

Auto Trait Implementations

impl !Send for GstAppSinkCallbacks

impl Unpin for GstAppSinkCallbacks

impl !Sync for GstAppSinkCallbacks

impl UnwindSafe for GstAppSinkCallbacks

impl RefUnwindSafe for GstAppSinkCallbacks

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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