Struct gstreamer_sys::GstTypeFind [−][src]
#[repr(C)]pub struct GstTypeFind { pub peek: Option<unsafe extern "C" fn(_: gpointer, _: i64, _: c_uint) -> *const u8>, pub suggest: Option<unsafe extern "C" fn(_: gpointer, _: c_uint, _: *mut GstCaps)>, pub data: gpointer, pub get_length: Option<unsafe extern "C" fn(_: gpointer) -> u64>, pub _gst_reserved: [gpointer; 4], }
Fields
peek: Option<unsafe extern "C" fn(_: gpointer, _: i64, _: c_uint) -> *const u8>suggest: Option<unsafe extern "C" fn(_: gpointer, _: c_uint, _: *mut GstCaps)>data: gpointerget_length: Option<unsafe extern "C" fn(_: gpointer) -> u64>_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTypeFindimpl !Send for GstTypeFindimpl !Sync for GstTypeFindimpl Unpin for GstTypeFindimpl UnwindSafe for GstTypeFindBlanket Implementations
Mutably borrows from an owned value. Read more