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