[][src]Struct gst::ffi::Struct__GstTypeFind

#[repr(C)]
pub struct Struct__GstTypeFind { pub peek: Option<extern "C" fn(data: gpointer, offset: gint64, size: guint) -> *const guint8>, pub suggest: Option<extern "C" fn(data: gpointer, probability: guint, caps: *mut GstCaps)>, pub data: gpointer, pub get_length: Option<extern "C" fn(data: gpointer) -> guint64>, pub _gst_reserved: [gpointer; 4], }

Fields

peek: Option<extern "C" fn(data: gpointer, offset: gint64, size: guint) -> *const guint8>suggest: Option<extern "C" fn(data: gpointer, probability: guint, caps: *mut GstCaps)>data: gpointerget_length: Option<extern "C" fn(data: gpointer) -> guint64>_gst_reserved: [gpointer; 4]

Trait Implementations

impl Default for Struct__GstTypeFind[src]

Auto Trait Implementations

impl !Send for Struct__GstTypeFind

impl !Sync for Struct__GstTypeFind

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.