Struct kernel::linked_list::Cursor
source · [−]pub struct Cursor<'a, G: GetLinks> { /* private fields */ }
Expand description
A list cursor that allows traversing a linked list and inspecting elements.
Implementations
Auto Trait Implementations
impl<'a, G> RefUnwindSafe for Cursor<'a, G>where
<G as GetLinks>::EntryType: RefUnwindSafe,
impl<'a, G> !Send for Cursor<'a, G>
impl<'a, G> !Sync for Cursor<'a, G>
impl<'a, G> Unpin for Cursor<'a, G>
impl<'a, G> UnwindSafe for Cursor<'a, G>where
<G as GetLinks>::EntryType: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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