pub struct DebugPoiInfo {
pub pos: BlockPos,
pub poi_kind: PointOfInterestKind,
pub free_ticket_count: i32,
}Fields§
§pos: BlockPos§poi_kind: PointOfInterestKind§free_ticket_count: i32Trait Implementations§
Source§impl AzBuf for DebugPoiInfo
impl AzBuf for DebugPoiInfo
fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl Clone for DebugPoiInfo
impl Clone for DebugPoiInfo
Source§fn clone(&self) -> DebugPoiInfo
fn clone(&self) -> DebugPoiInfo
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 moreSource§impl Debug for DebugPoiInfo
impl Debug for DebugPoiInfo
Source§impl PartialEq for DebugPoiInfo
impl PartialEq for DebugPoiInfo
Source§fn eq(&self, other: &DebugPoiInfo) -> bool
fn eq(&self, other: &DebugPoiInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DebugPoiInfo
Auto Trait Implementations§
impl Freeze for DebugPoiInfo
impl RefUnwindSafe for DebugPoiInfo
impl Send for DebugPoiInfo
impl Sync for DebugPoiInfo
impl Unpin for DebugPoiInfo
impl UnsafeUnpin for DebugPoiInfo
impl UnwindSafe for DebugPoiInfo
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