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