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