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