Struct kernel::linked_list::Links
source · [−]pub struct Links<T: ?Sized> { /* private fields */ }
Expand description
The links used to link an object on a linked list.
Instances of this type are usually embedded in structures and returned in calls to
GetLinks::get_links
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Links<T>
impl<T> !Send for Links<T>
impl<T> !Sync for Links<T>
impl<T: ?Sized> 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