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