pub struct XFL(/* private fields */);
Expand description
XFL floating point numbers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XFL
impl RefUnwindSafe for XFL
impl Send for XFL
impl Sync for XFL
impl Unpin for XFL
impl UnwindSafe for XFL
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