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