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