Struct azalea_core::CursorIteration
source · pub struct CursorIteration {
pub pos: BlockPos,
pub iteration_type: CursorIterationType,
}
Fields§
§pos: BlockPos
§iteration_type: CursorIterationType
Auto Trait Implementations§
impl RefUnwindSafe for CursorIteration
impl Send for CursorIteration
impl Sync for CursorIteration
impl Unpin 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