#[repr(C)]pub struct MazeWasm {
pub maze: Maze,
}Fields§
§maze: MazeTrait Implementations§
Auto Trait Implementations§
impl Freeze for MazeWasm
impl RefUnwindSafe for MazeWasm
impl Send for MazeWasm
impl Sync for MazeWasm
impl Unpin for MazeWasm
impl UnwindSafe for MazeWasm
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