#[repr(C)]pub struct _snode {
pub next: *mut _snode,
}
Expand description
@cond INTERNAL_HIDDEN
Fields§
§next: *mut _snode
Trait 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