Struct azalea_block::DirtBlock
source · [−]pub struct DirtBlock {}Trait Implementations
sourceimpl From<DirtBlock> for BlockState
impl From<DirtBlock> for BlockState
impl Copy for DirtBlock
Auto Trait Implementations
impl RefUnwindSafe for DirtBlock
impl Send for DirtBlock
impl Sync for DirtBlock
impl Unpin for DirtBlock
impl UnwindSafe for DirtBlock
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