Struct wasm_bindgen::convert::WasmOptionalU32
source · [−]Fields
present: u32
value: u32
Trait Implementations
impl WasmAbi for WasmOptionalU32
Auto Trait Implementations
impl RefUnwindSafe for WasmOptionalU32
impl Send for WasmOptionalU32
impl Sync for WasmOptionalU32
impl Unpin for WasmOptionalU32
impl UnwindSafe for WasmOptionalU32
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