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