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