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