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