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