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