Struct azalea_block::WarpedSlabBlock
source · [−]Fields
kind: Typewaterlogged: boolTrait Implementations
sourceimpl Block for WarpedSlabBlock
impl Block for WarpedSlabBlock
sourceimpl Clone for WarpedSlabBlock
impl Clone for WarpedSlabBlock
sourcefn clone(&self) -> WarpedSlabBlock
fn clone(&self) -> WarpedSlabBlock
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 WarpedSlabBlock
impl Debug for WarpedSlabBlock
sourceimpl Default for WarpedSlabBlock
impl Default for WarpedSlabBlock
sourceimpl From<WarpedSlabBlock> for BlockState
impl From<WarpedSlabBlock> for BlockState
sourcefn from(b: WarpedSlabBlock) -> Self
fn from(b: WarpedSlabBlock) -> Self
Converts to this type from the input type.
impl Copy for WarpedSlabBlock
Auto Trait Implementations
impl RefUnwindSafe for WarpedSlabBlock
impl Send for WarpedSlabBlock
impl Sync for WarpedSlabBlock
impl Unpin for WarpedSlabBlock
impl UnwindSafe for WarpedSlabBlock
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