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