Struct glib_sys::GNode [−][src]
#[repr(C)]pub struct GNode { pub data: gpointer, pub next: *mut GNode, pub prev: *mut GNode, pub parent: *mut GNode, pub children: *mut GNode, }
Fields
data: gpointer
next: *mut GNode
prev: *mut GNode
parent: *mut GNode
children: *mut GNode
Trait Implementations
impl Copy for GNode[src]
impl Copy for GNodeimpl Clone for GNode[src]
impl Clone for GNodefn clone(&self) -> GNode[src]
fn clone(&self) -> GNodeReturns 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 GNode[src]
impl Debug for GNode