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