Struct gst::ffi::Struct__GstPadProbeInfo [−][src]
#[repr(C)]pub struct Struct__GstPadProbeInfo { pub _type: GstPadProbeType, pub id: gulong, pub data: gpointer, pub offset: guint64, pub size: guint, pub _gst_reserved: [gpointer; 4], }
Fields
_type: GstPadProbeType
id: gulong
data: gpointer
offset: guint64
size: guint
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Clone for Struct__GstPadProbeInfo
[src]
impl Clone for Struct__GstPadProbeInfo
fn clone(&self) -> Struct__GstPadProbeInfo
[src]
fn clone(&self) -> Struct__GstPadProbeInfo
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 Copy for Struct__GstPadProbeInfo
[src]
impl Copy for Struct__GstPadProbeInfo
impl Default for Struct__GstPadProbeInfo
[src]
impl Default for Struct__GstPadProbeInfo
fn default() -> Struct__GstPadProbeInfo
[src]
fn default() -> Struct__GstPadProbeInfo
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstPadProbeInfo
impl !Send for Struct__GstPadProbeInfo
impl !Sync for Struct__GstPadProbeInfo
impl !Sync for Struct__GstPadProbeInfo