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