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