Struct azalea_core::BlockHitResult
source · pub struct BlockHitResult {
pub location: Vec3,
pub direction: Direction,
pub block_pos: BlockPos,
pub miss: bool,
pub inside: bool,
}
Fields
location: Vec3
direction: Direction
block_pos: BlockPos
miss: bool
inside: bool
Auto Trait Implementations
impl RefUnwindSafe for BlockHitResult
impl Send for BlockHitResult
impl Sync for BlockHitResult
impl Unpin for BlockHitResult
impl UnwindSafe for BlockHitResult
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