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