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