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