Struct azalea_block::StructureBlockBlock
source · pub struct StructureBlockBlock {
pub mode: Mode,
}Fields
mode: ModeTrait Implementations
sourceimpl Block for StructureBlockBlock
impl Block for StructureBlockBlock
sourceimpl Clone for StructureBlockBlock
impl Clone for StructureBlockBlock
sourcefn clone(&self) -> StructureBlockBlock
fn clone(&self) -> StructureBlockBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StructureBlockBlock
impl Debug for StructureBlockBlock
sourceimpl Default for StructureBlockBlock
impl Default for StructureBlockBlock
sourceimpl From<StructureBlockBlock> for BlockState
impl From<StructureBlockBlock> for BlockState
sourcefn from(b: StructureBlockBlock) -> Self
fn from(b: StructureBlockBlock) -> Self
Converts to this type from the input type.
impl Copy for StructureBlockBlock
Auto Trait Implementations
impl RefUnwindSafe for StructureBlockBlock
impl Send for StructureBlockBlock
impl Sync for StructureBlockBlock
impl Unpin for StructureBlockBlock
impl UnwindSafe for StructureBlockBlock
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