Struct glib_sys::GTrashStack[][src]

#[repr(C)]
pub struct GTrashStack { pub next: *mut GTrashStack, }

Fields

Trait Implementations

impl Copy for GTrashStack
[src]

impl Clone for GTrashStack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTrashStack
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GTrashStack

impl !Sync for GTrashStack