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