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