Struct kernel::unsafe_list::Cursor
source · [−]Expand description
A list cursor that allows traversing a linked list and inspecting elements.
Implementations
Auto Trait Implementations
impl<'a, A: ?Sized> RefUnwindSafe for Cursor<'a, A> where
<A as Adapter>::EntryType: RefUnwindSafe,
impl<'a, A> !Send for Cursor<'a, A>
impl<'a, A> !Sync for Cursor<'a, A>
impl<'a, A: ?Sized> Unpin for Cursor<'a, A>
impl<'a, A: ?Sized> UnwindSafe for Cursor<'a, A> where
<A as Adapter>::EntryType: 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