pub enum DebugEntityBlockIntersection {
InBlock,
InFluid,
InAir,
}Variants§
Trait Implementations§
Source§impl AzBuf for DebugEntityBlockIntersection
impl AzBuf for DebugEntityBlockIntersection
fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl Clone for DebugEntityBlockIntersection
impl Clone for DebugEntityBlockIntersection
Source§fn clone(&self) -> DebugEntityBlockIntersection
fn clone(&self) -> DebugEntityBlockIntersection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DebugEntityBlockIntersection
Source§impl Debug for DebugEntityBlockIntersection
impl Debug for DebugEntityBlockIntersection
Source§impl PartialEq for DebugEntityBlockIntersection
impl PartialEq for DebugEntityBlockIntersection
Source§fn eq(&self, other: &DebugEntityBlockIntersection) -> bool
fn eq(&self, other: &DebugEntityBlockIntersection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DebugEntityBlockIntersection
Auto Trait Implementations§
impl Freeze for DebugEntityBlockIntersection
impl RefUnwindSafe for DebugEntityBlockIntersection
impl Send for DebugEntityBlockIntersection
impl Sync for DebugEntityBlockIntersection
impl Unpin for DebugEntityBlockIntersection
impl UnsafeUnpin for DebugEntityBlockIntersection
impl UnwindSafe for DebugEntityBlockIntersection
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