Struct glib_sys::GList[][src]

#[repr(C)]
pub struct GList { pub data: gpointer, pub next: *mut GList, pub prev: *mut GList, }

Fields

Trait Implementations

impl Copy for GList
[src]

impl Clone for GList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GList
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GList

impl !Sync for GList