pub struct CursorIteration {
pub pos: BlockPos,
pub iteration_type: CursorIterationType,
}Fields§
§pos: BlockPos§iteration_type: CursorIterationTypeAuto Trait Implementations§
impl Freeze for CursorIteration
impl RefUnwindSafe for CursorIteration
impl Send for CursorIteration
impl Sync for CursorIteration
impl Unpin for CursorIteration
impl UnsafeUnpin for CursorIteration
impl UnwindSafe for CursorIteration
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