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