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