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