Struct glib_sys::GQueue[][src]

#[repr(C)]
pub struct GQueue { pub head: *mut GList, pub tail: *mut GList, pub length: c_uint, }

Fields

Trait Implementations

impl Copy for GQueue
[src]

impl Clone for GQueue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GQueue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GQueue

impl !Sync for GQueue