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