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