Struct azalea_block::GrayWoolBlock
source · [−]pub struct GrayWoolBlock {}Trait Implementations
sourceimpl Block for GrayWoolBlock
impl Block for GrayWoolBlock
sourceimpl Clone for GrayWoolBlock
impl Clone for GrayWoolBlock
sourcefn clone(&self) -> GrayWoolBlock
fn clone(&self) -> GrayWoolBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GrayWoolBlock
impl Debug for GrayWoolBlock
sourceimpl Default for GrayWoolBlock
impl Default for GrayWoolBlock
sourceimpl From<GrayWoolBlock> for BlockState
impl From<GrayWoolBlock> for BlockState
sourcefn from(b: GrayWoolBlock) -> Self
fn from(b: GrayWoolBlock) -> Self
Converts to this type from the input type.
impl Copy for GrayWoolBlock
Auto Trait Implementations
impl RefUnwindSafe for GrayWoolBlock
impl Send for GrayWoolBlock
impl Sync for GrayWoolBlock
impl Unpin for GrayWoolBlock
impl UnwindSafe for GrayWoolBlock
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