#[repr(C)]pub enum MazeCellTypeWasm {
Empty = 0,
Start = 1,
Finish = 2,
Wall = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for MazeCellTypeWasm
impl RefUnwindSafe for MazeCellTypeWasm
impl Send for MazeCellTypeWasm
impl Sync for MazeCellTypeWasm
impl Unpin for MazeCellTypeWasm
impl UnwindSafe for MazeCellTypeWasm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more