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