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

Trait Implementations

impl Debug for _GNode
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl !Send for _GNode

impl !Sync for _GNode