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