Struct gstreamer_sys::GstIterator[][src]

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

Trait Implementations

impl Copy for GstIterator
[src]

impl Clone for GstIterator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstIterator
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstIterator

impl !Sync for GstIterator