pub struct Status(/* private fields */);Expand description
What a conversion had to do to the number to fit it in the format.
A bitmask, so that one conversion can report several. The names are IEEE 754’s exceptions, which is what the diagnostics are ultimately about: GCC warns that a floating constant exceeds the range of its type, or that it was truncated to zero.
Implementations§
Trait Implementations§
impl Copy for Status
impl Eq for Status
impl StructuralPartialEq for Status
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnsafeUnpin for Status
impl UnwindSafe for Status
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