#[repr(C)]pub enum MazeWasmResultValueType {
None = 0,
String = 1,
Enum = 2,
Point = 3,
Solution = 4,
}Expand description
Web assembly enum for a result value type
Variants§
Auto Trait Implementations§
impl Freeze for MazeWasmResultValueType
impl RefUnwindSafe for MazeWasmResultValueType
impl Send for MazeWasmResultValueType
impl Sync for MazeWasmResultValueType
impl Unpin for MazeWasmResultValueType
impl UnwindSafe for MazeWasmResultValueType
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