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