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