#[repr(C)]pub struct slist_node { /* private fields */ }
Auto Trait Implementations§
impl Freeze for slist_node
impl RefUnwindSafe for slist_node
impl Send for slist_node
impl Sync for slist_node
impl Unpin for slist_node
impl UnwindSafe for slist_node
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