Struct azalea_block::DeepslateBrickWallBlock
source · [−]pub struct DeepslateBrickWallBlock {
pub east: EastWall,
pub north: NorthWall,
pub south: SouthWall,
pub up: bool,
pub waterlogged: bool,
pub west: WestWall,
}Fields
east: EastWallnorth: NorthWallsouth: SouthWallup: boolwaterlogged: boolwest: WestWallTrait Implementations
sourceimpl Block for DeepslateBrickWallBlock
impl Block for DeepslateBrickWallBlock
sourceimpl Clone for DeepslateBrickWallBlock
impl Clone for DeepslateBrickWallBlock
sourcefn clone(&self) -> DeepslateBrickWallBlock
fn clone(&self) -> DeepslateBrickWallBlock
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 DeepslateBrickWallBlock
impl Debug for DeepslateBrickWallBlock
sourceimpl Default for DeepslateBrickWallBlock
impl Default for DeepslateBrickWallBlock
sourceimpl From<DeepslateBrickWallBlock> for BlockState
impl From<DeepslateBrickWallBlock> for BlockState
sourcefn from(b: DeepslateBrickWallBlock) -> Self
fn from(b: DeepslateBrickWallBlock) -> Self
Converts to this type from the input type.
impl Copy for DeepslateBrickWallBlock
Auto Trait Implementations
impl RefUnwindSafe for DeepslateBrickWallBlock
impl Send for DeepslateBrickWallBlock
impl Sync for DeepslateBrickWallBlock
impl Unpin for DeepslateBrickWallBlock
impl UnwindSafe for DeepslateBrickWallBlock
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