Struct kernel::unsafe_list::Links
source · [−]pub struct Links<T: ?Sized>(_);
Expand description
Links of a linked list.
List entries need one of these per concurrent list.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Links<T>
impl<T> !Unpin for Links<T>
impl<T: ?Sized> UnwindSafe for Links<T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more