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