pub struct WasmOsCallback;Expand description
Wasm platform implementation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmOsCallback
impl RefUnwindSafe for WasmOsCallback
impl Send for WasmOsCallback
impl Sync for WasmOsCallback
impl Unpin for WasmOsCallback
impl UnwindSafe for WasmOsCallback
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