Struct glib_sys::GTrashStack [−][src]
#[repr(C)]pub struct GTrashStack { pub next: *mut GTrashStack, }
Fields
next: *mut GTrashStack
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GTrashStack
impl !Send for GTrashStack
impl !Sync for GTrashStack
impl Unpin for GTrashStack
impl UnwindSafe for GTrashStack
Blanket Implementations
Mutably borrows from an owned value. Read more