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