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
Auto Trait Implementations
impl RefUnwindSafe for GstPadProbeInfo
impl !Send for GstPadProbeInfo
impl !Sync for GstPadProbeInfo
impl Unpin for GstPadProbeInfo
impl UnwindSafe for GstPadProbeInfo
Blanket Implementations
Mutably borrows from an owned value. Read more