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

#[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

Trait Implementations

impl Default for Struct__GstTypeFind
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstTypeFind

impl !Sync for Struct__GstTypeFind