Struct gst::ffi::Struct__GNode[][src]

#[repr(C)]
pub struct 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 Clone for Struct__GNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GNode
[src]

impl Default for Struct__GNode
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GNode

impl !Sync for Struct__GNode