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