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