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