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
data: gpointer
next: *mut GNode
prev: *mut GNode
parent: *mut GNode
children: *mut GNode
Trait Implementations
impl Clone for Struct__GNode
[src]
impl Clone for Struct__GNode
fn clone(&self) -> Struct__GNode
[src]
fn clone(&self) -> Struct__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 Copy for Struct__GNode
[src]
impl Copy for Struct__GNode
impl Default for Struct__GNode
[src]
impl Default for Struct__GNode
fn default() -> Struct__GNode
[src]
fn default() -> Struct__GNode
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GNode
impl !Send for Struct__GNode
impl !Sync for Struct__GNode
impl !Sync for Struct__GNode