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