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