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