#[repr(C)]pub struct _snode {
    pub next: *mut _snode,
}Expand description
@cond INTERNAL_HIDDEN
Fields§
§next: *mut _snodeTrait Implementations§
Auto Trait Implementations§
impl Freeze for _snode
impl RefUnwindSafe for _snode
impl !Send for _snode
impl !Sync for _snode
impl Unpin for _snode
impl UnwindSafe for _snode
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