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

Trait Implementations

impl Copy for GNode
[src]

impl Clone for GNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GNode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GNode

impl !Sync for GNode