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