pub struct F64(/* private fields */);Expand description
A 64-bit f64 type.
Implementations§
Trait Implementations§
Source§impl From<UntypedVal> for F64
impl From<UntypedVal> for F64
Source§fn from(untyped: UntypedVal) -> F64
fn from(untyped: UntypedVal) -> F64
Converts to this type from the input type.
Source§impl PartialOrd for F64
impl PartialOrd for F64
impl Copy for F64
impl WasmTy for F64
Auto Trait Implementations§
impl Freeze for F64
impl RefUnwindSafe for F64
impl Send for F64
impl Sync for F64
impl Unpin for F64
impl UnwindSafe for F64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more