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