pub struct LightBlueStainedGlassPaneBlock {
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 LightBlueStainedGlassPaneBlock
impl Clone for LightBlueStainedGlassPaneBlock
sourcefn clone(&self) -> LightBlueStainedGlassPaneBlock
fn clone(&self) -> LightBlueStainedGlassPaneBlock
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<LightBlueStainedGlassPaneBlock> for BlockState
impl From<LightBlueStainedGlassPaneBlock> for BlockState
sourcefn from(b: LightBlueStainedGlassPaneBlock) -> Self
fn from(b: LightBlueStainedGlassPaneBlock) -> Self
Converts to this type from the input type.
impl Copy for LightBlueStainedGlassPaneBlock
Auto Trait Implementations
impl RefUnwindSafe for LightBlueStainedGlassPaneBlock
impl Send for LightBlueStainedGlassPaneBlock
impl Sync for LightBlueStainedGlassPaneBlock
impl Unpin for LightBlueStainedGlassPaneBlock
impl UnwindSafe for LightBlueStainedGlassPaneBlock
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