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