Struct wasm_bindgen::convert::WasmOptionalI32
source · [−]Fields
present: u32
value: i32
Trait Implementations
impl WasmAbi for WasmOptionalI32
Auto Trait Implementations
impl RefUnwindSafe for WasmOptionalI32
impl Send for WasmOptionalI32
impl Sync for WasmOptionalI32
impl Unpin for WasmOptionalI32
impl UnwindSafe for WasmOptionalI32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more