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