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