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