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