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