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 GNode
impl Clone for GNode
[src]
impl Clone for GNode
fn clone(&self) -> GNode
[src]
fn clone(&self) -> GNode
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 GNode
[src]
impl Debug for GNode