Struct gstreamer_sys::GstPadProbeInfo
source · #[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§
source§impl Clone for GstPadProbeInfo
impl Clone for GstPadProbeInfo
source§fn clone(&self) -> GstPadProbeInfo
fn clone(&self) -> GstPadProbeInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstPadProbeInfo
impl Debug for GstPadProbeInfo
impl Copy for GstPadProbeInfo
Auto Trait Implementations§
impl Freeze for GstPadProbeInfo
impl RefUnwindSafe for GstPadProbeInfo
impl !Send for GstPadProbeInfo
impl !Sync for GstPadProbeInfo
impl Unpin for GstPadProbeInfo
impl UnwindSafe for GstPadProbeInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)