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