Struct gstreamer_sys::GstIterator
source · #[repr(C)]pub struct GstIterator {
pub copy: GstIteratorCopyFunction,
pub next: GstIteratorNextFunction,
pub item: GstIteratorItemFunction,
pub resync: GstIteratorResyncFunction,
pub free: GstIteratorFreeFunction,
pub pushed: *mut GstIterator,
pub type_: GType,
pub lock: *mut GMutex,
pub cookie: u32,
pub master_cookie: *mut u32,
pub size: c_uint,
pub _gst_reserved: [gpointer; 4],
}Fields§
§copy: GstIteratorCopyFunction§next: GstIteratorNextFunction§item: GstIteratorItemFunction§resync: GstIteratorResyncFunction§free: GstIteratorFreeFunction§pushed: *mut GstIterator§type_: GType§lock: *mut GMutex§size: c_uint§_gst_reserved: [gpointer; 4]Trait Implementations§
source§impl Clone for GstIterator
impl Clone for GstIterator
source§fn clone(&self) -> GstIterator
fn clone(&self) -> GstIterator
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