Struct gstreamer_sys::GstPadProbeInfo [−][src]
#[repr(C)]pub struct GstPadProbeInfo { pub type_: GstPadProbeType, pub id: c_ulong, pub data: gpointer, pub offset: u64, pub size: c_uint, pub ABI: GstPadProbeInfo_ABI, }
Fields
type_: GstPadProbeType
id: c_ulong
data: gpointer
offset: u64
size: c_uint
ABI: GstPadProbeInfo_ABI
Trait Implementations
impl Copy for GstPadProbeInfo
[src]
impl Copy for GstPadProbeInfo
impl Clone for GstPadProbeInfo
[src]
impl Clone for GstPadProbeInfo
fn clone(&self) -> GstPadProbeInfo
[src]
fn clone(&self) -> 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 Debug for GstPadProbeInfo
[src]
impl Debug for GstPadProbeInfo
Auto Trait Implementations
impl !Send for GstPadProbeInfo
impl !Send for GstPadProbeInfo
impl !Sync for GstPadProbeInfo
impl !Sync for GstPadProbeInfo