Struct gstreamer_base_sys::GstCollectData
source · #[repr(C)]pub struct GstCollectData {
pub collect: *mut GstCollectPads,
pub pad: *mut GstPad,
pub buffer: *mut GstBuffer,
pub pos: c_uint,
pub segment: GstSegment,
pub state: GstCollectPadsStateFlags,
pub priv_: *mut GstCollectDataPrivate,
pub ABI: GstCollectData_ABI,
}
Fields§
§collect: *mut GstCollectPads
§pad: *mut GstPad
§buffer: *mut GstBuffer
§pos: c_uint
§segment: GstSegment
§state: GstCollectPadsStateFlags
§priv_: *mut GstCollectDataPrivate
§ABI: GstCollectData_ABI
Trait Implementations§
source§impl Clone for GstCollectData
impl Clone for GstCollectData
source§fn clone(&self) -> GstCollectData
fn clone(&self) -> GstCollectData
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 GstCollectData
impl Debug for GstCollectData
impl Copy for GstCollectData
Auto Trait Implementations§
impl Freeze for GstCollectData
impl RefUnwindSafe for GstCollectData
impl !Send for GstCollectData
impl !Sync for GstCollectData
impl Unpin for GstCollectData
impl UnwindSafe for GstCollectData
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)