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