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

Trait Implementations

impl Copy for GstPadProbeInfo
[src]

impl Clone for GstPadProbeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPadProbeInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstPadProbeInfo

impl !Sync for GstPadProbeInfo