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