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