#[repr(C)]pub struct _GTrashStack {
pub next: *mut GTrashStack,
}
Fields§
§next: *mut GTrashStack
Trait Implementations§
Source§impl Clone for _GTrashStack
impl Clone for _GTrashStack
Source§fn clone(&self) -> _GTrashStack
fn clone(&self) -> _GTrashStack
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _GTrashStack
impl Debug for _GTrashStack
Source§impl PartialEq for _GTrashStack
impl PartialEq for _GTrashStack
impl Copy for _GTrashStack
impl Eq for _GTrashStack
impl StructuralPartialEq for _GTrashStack
Auto Trait Implementations§
impl Freeze for _GTrashStack
impl RefUnwindSafe for _GTrashStack
impl !Send for _GTrashStack
impl !Sync for _GTrashStack
impl Unpin for _GTrashStack
impl UnwindSafe for _GTrashStack
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more