pub struct F32(/* private fields */);Expand description
A 32-bit f32 type.
Implementations§
Trait Implementations§
Source§impl From<UntypedVal> for F32
impl From<UntypedVal> for F32
Source§fn from(untyped: UntypedVal) -> F32
fn from(untyped: UntypedVal) -> F32
Converts to this type from the input type.
Source§impl PartialOrd for F32
impl PartialOrd for F32
impl Copy for F32
impl WasmTy for F32
Auto Trait Implementations§
impl Freeze for F32
impl RefUnwindSafe for F32
impl Send for F32
impl Sync for F32
impl Unpin for F32
impl UnwindSafe for F32
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