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_: GstPadProbeTypeid: c_ulongdata: gpointeroffset: u64size: c_uintABI: GstPadProbeInfo_ABITrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPadProbeInfoimpl !Send for GstPadProbeInfoimpl !Sync for GstPadProbeInfoimpl Unpin for GstPadProbeInfoimpl UnwindSafe for GstPadProbeInfoBlanket Implementations
Mutably borrows from an owned value. Read more