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