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