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