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