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