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
impl Copy for GstTypeFind
[src]
impl Copy for GstTypeFind
impl Clone for GstTypeFind
[src]
impl Clone for GstTypeFind
fn clone(&self) -> GstTypeFind
[src]
fn clone(&self) -> GstTypeFind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstTypeFind
[src]
impl Debug for GstTypeFind
Auto Trait Implementations
impl !Send for GstTypeFind
impl !Send for GstTypeFind
impl !Sync for GstTypeFind
impl !Sync for GstTypeFind