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