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