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