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