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