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