Struct vips_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 Debug for _GNode[src] 
impl Debug for _GNodefn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for _GNode[src] 
impl Copy for _GNodeimpl Clone for _GNode[src] 
impl Clone for _GNode