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