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