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