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