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