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