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