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