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