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