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