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

Trait Implementations

impl Copy for GstTypeFind
[src]

impl Clone for GstTypeFind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstTypeFind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstTypeFind

impl !Sync for GstTypeFind