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: gpointer
get_length: Option<unsafe extern "C" fn(_: gpointer) -> u64>
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTypeFind
impl !Send for GstTypeFind
impl !Sync for GstTypeFind
impl Unpin for GstTypeFind
impl UnwindSafe for GstTypeFind
Blanket Implementations
Mutably borrows from an owned value. Read more