pub struct LightGrayGlazedTerracotta {
pub facing: FacingCardinal,
}
Fields§
§facing: FacingCardinal
Trait Implementations§
Source§impl BlockTrait for LightGrayGlazedTerracotta
impl BlockTrait for LightGrayGlazedTerracotta
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for LightGrayGlazedTerracotta
impl Clone for LightGrayGlazedTerracotta
Source§fn clone(&self) -> LightGrayGlazedTerracotta
fn clone(&self) -> LightGrayGlazedTerracotta
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LightGrayGlazedTerracotta
impl Debug for LightGrayGlazedTerracotta
Source§impl Default for LightGrayGlazedTerracotta
impl Default for LightGrayGlazedTerracotta
Source§impl From<LightGrayGlazedTerracotta> for BlockState
impl From<LightGrayGlazedTerracotta> for BlockState
Source§fn from(b: LightGrayGlazedTerracotta) -> Self
fn from(b: LightGrayGlazedTerracotta) -> Self
Converts to this type from the input type.
impl Copy for LightGrayGlazedTerracotta
impl StructuralPartialEq for LightGrayGlazedTerracotta
Auto Trait Implementations§
impl Freeze for LightGrayGlazedTerracotta
impl RefUnwindSafe for LightGrayGlazedTerracotta
impl Send for LightGrayGlazedTerracotta
impl Sync for LightGrayGlazedTerracotta
impl Unpin for LightGrayGlazedTerracotta
impl UnwindSafe for LightGrayGlazedTerracotta
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more