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