pub enum CursorMethod {
Query,
FindNext(usize),
Jump(Vaddr),
ProtectNext(usize),
}Expand description
Internal: dispatch tag for [cursor_method_step] (cursor-only methods).
Variants§
Implementations§
Source§impl CursorMethod
impl CursorMethod
pub fn arrow_0(self) -> usize
pub fn arrow_FindNext_0(self) -> usize
pub fn arrow_Jump_0(self) -> Vaddr
pub fn arrow_ProtectNext_0(self) -> usize
Auto Trait Implementations§
impl Freeze for CursorMethod
impl RefUnwindSafe for CursorMethod
impl Send for CursorMethod
impl Sync for CursorMethod
impl Unpin for CursorMethod
impl UnsafeUnpin for CursorMethod
impl UnwindSafe for CursorMethod
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