Struct gst::ffi::Struct__GList [−][src]
#[repr(C)]pub struct Struct__GList { pub data: gpointer, pub next: *mut GList, pub prev: *mut GList, }
Fields
data: gpointer
next: *mut GList
prev: *mut GList
Trait Implementations
impl Clone for Struct__GList
[src]
impl Clone for Struct__GList
fn clone(&self) -> Struct__GList
[src]
fn clone(&self) -> Struct__GList
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__GList
[src]
impl Copy for Struct__GList
impl Default for Struct__GList
[src]
impl Default for Struct__GList
fn default() -> Struct__GList
[src]
fn default() -> Struct__GList
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GList
impl !Send for Struct__GList
impl !Sync for Struct__GList
impl !Sync for Struct__GList