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