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