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