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