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