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