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