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