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