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