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