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