Struct gstreamer_base_sys::GstCollectData[][src]

#[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

Trait Implementations

impl Copy for GstCollectData
[src]

impl Clone for GstCollectData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstCollectData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstCollectData

impl !Sync for GstCollectData