Struct gst::ffi::Struct__GQueue
[−]
[src]
pub struct Struct__GQueue {
pub head: *mut GList,
pub tail: *mut GList,
pub length: guint,
}Fields
head: *mut GList
tail: *mut GList
length: guint
Trait Implementations
impl Copy for Struct__GQueue[src]
impl Clone for Struct__GQueue[src]
fn clone(&self) -> Struct__GQueue
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Struct__GQueue[src]
fn default() -> Struct__GQueue
Returns the "default value" for a type. Read more