pub struct RedSandstone;
Trait Implementations§
Source§impl BlockTrait for RedSandstone
impl BlockTrait for RedSandstone
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 RedSandstone
impl Clone for RedSandstone
Source§fn clone(&self) -> RedSandstone
fn clone(&self) -> RedSandstone
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 RedSandstone
impl Debug for RedSandstone
Source§impl Default for RedSandstone
impl Default for RedSandstone
Source§impl From<RedSandstone> for BlockState
impl From<RedSandstone> for BlockState
Source§fn from(b: RedSandstone) -> Self
fn from(b: RedSandstone) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RedSandstone
impl PartialEq for RedSandstone
impl Copy for RedSandstone
impl StructuralPartialEq for RedSandstone
Auto Trait Implementations§
impl Freeze for RedSandstone
impl RefUnwindSafe for RedSandstone
impl Send for RedSandstone
impl Sync for RedSandstone
impl Unpin for RedSandstone
impl UnwindSafe for RedSandstone
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