Struct glib_sys::GList [−][src]
Fields
data: gpointer
next: *mut GList
prev: *mut GList
Trait Implementations
impl Copy for GList[src]
impl Copy for GListimpl Clone for GList[src]
impl Clone for GListfn clone(&self) -> GList[src]
fn clone(&self) -> GListReturns 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