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_ABITrait 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 more