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