#[repr(C)]pub struct MazeWasmResult { /* private fields */ }Expand description
Web assembly enum for a result value type
Auto Trait Implementations§
impl Freeze for MazeWasmResult
impl RefUnwindSafe for MazeWasmResult
impl Send for MazeWasmResult
impl Sync for MazeWasmResult
impl Unpin for MazeWasmResult
impl UnwindSafe for MazeWasmResult
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