pub struct McStructureSemanticReport {
pub size: [usize; 3],
pub volume: usize,
pub layer_count: usize,
pub palette_len: usize,
pub has_default_palette: bool,
pub no_block_indices: usize,
pub out_of_range_indices: usize,
pub invalid_block_position_data_keys: usize,
}Fields§
§size: [usize; 3]§volume: usize§layer_count: usize§palette_len: usize§has_default_palette: bool§no_block_indices: usize§out_of_range_indices: usize§invalid_block_position_data_keys: usizeTrait Implementations§
Source§impl Clone for McStructureSemanticReport
impl Clone for McStructureSemanticReport
Source§fn clone(&self) -> McStructureSemanticReport
fn clone(&self) -> McStructureSemanticReport
Returns a duplicate of the value. Read more
1.0.0 · 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 McStructureSemanticReport
impl Debug for McStructureSemanticReport
Source§impl Default for McStructureSemanticReport
impl Default for McStructureSemanticReport
Source§fn default() -> McStructureSemanticReport
fn default() -> McStructureSemanticReport
Returns the “default value” for a type. Read more
impl Eq for McStructureSemanticReport
impl StructuralPartialEq for McStructureSemanticReport
Auto Trait Implementations§
impl Freeze for McStructureSemanticReport
impl RefUnwindSafe for McStructureSemanticReport
impl Send for McStructureSemanticReport
impl Sync for McStructureSemanticReport
impl Unpin for McStructureSemanticReport
impl UnsafeUnpin for McStructureSemanticReport
impl UnwindSafe for McStructureSemanticReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.