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