Struct azalea_block::SpruceWallSignBlock
source · [−]pub struct SpruceWallSignBlock {
pub facing: FacingCardinal,
pub waterlogged: bool,
}Fields
facing: FacingCardinalwaterlogged: boolTrait Implementations
sourceimpl Block for SpruceWallSignBlock
impl Block for SpruceWallSignBlock
sourceimpl Clone for SpruceWallSignBlock
impl Clone for SpruceWallSignBlock
sourcefn clone(&self) -> SpruceWallSignBlock
fn clone(&self) -> SpruceWallSignBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SpruceWallSignBlock
impl Debug for SpruceWallSignBlock
sourceimpl Default for SpruceWallSignBlock
impl Default for SpruceWallSignBlock
sourceimpl From<SpruceWallSignBlock> for BlockState
impl From<SpruceWallSignBlock> for BlockState
sourcefn from(b: SpruceWallSignBlock) -> Self
fn from(b: SpruceWallSignBlock) -> Self
Converts to this type from the input type.
impl Copy for SpruceWallSignBlock
Auto Trait Implementations
impl RefUnwindSafe for SpruceWallSignBlock
impl Send for SpruceWallSignBlock
impl Sync for SpruceWallSignBlock
impl Unpin for SpruceWallSignBlock
impl UnwindSafe for SpruceWallSignBlock
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