pub enum BadValue {
Nan,
PosInf,
NegInf,
}Expand description
What was found in a buffer that fails the finiteness check.
Variants§
Implementations§
Trait Implementations§
impl Copy for BadValue
impl Eq for BadValue
impl StructuralPartialEq for BadValue
Auto Trait Implementations§
impl Freeze for BadValue
impl RefUnwindSafe for BadValue
impl Send for BadValue
impl Sync for BadValue
impl Unpin for BadValue
impl UnsafeUnpin for BadValue
impl UnwindSafe for BadValue
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