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