Struct azalea_block::StructureVoidBlock
source · pub struct StructureVoidBlock {}Trait Implementations
sourceimpl Block for StructureVoidBlock
impl Block for StructureVoidBlock
sourceimpl Clone for StructureVoidBlock
impl Clone for StructureVoidBlock
sourcefn clone(&self) -> StructureVoidBlock
fn clone(&self) -> StructureVoidBlock
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 StructureVoidBlock
impl Debug for StructureVoidBlock
sourceimpl Default for StructureVoidBlock
impl Default for StructureVoidBlock
sourceimpl From<StructureVoidBlock> for BlockState
impl From<StructureVoidBlock> for BlockState
sourcefn from(b: StructureVoidBlock) -> Self
fn from(b: StructureVoidBlock) -> Self
Converts to this type from the input type.
impl Copy for StructureVoidBlock
Auto Trait Implementations
impl RefUnwindSafe for StructureVoidBlock
impl Send for StructureVoidBlock
impl Sync for StructureVoidBlock
impl Unpin for StructureVoidBlock
impl UnwindSafe for StructureVoidBlock
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