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