Struct glib_sys::GList [−][src]
Fields
data: gpointer
next: *mut GList
prev: *mut GList
Trait Implementations
impl Copy for GList
[src]
impl Copy for GList
impl Clone for GList
[src]
impl Clone for GList
fn clone(&self) -> GList
[src]
fn clone(&self) -> GList
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GList
[src]
impl Debug for GList