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