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