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