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