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