pub struct Rounded {
pub bits: u64,
pub flags: Flags,
}Expand description
A computed result: the encoding plus what producing it raised.
Fields§
§bits: u64The result’s encoding, in the low Format::width bits.
flags: FlagsThe IEEE exceptions the operation raised.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Rounded
impl<'de> Deserialize<'de> for Rounded
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Rounded
impl Eq for Rounded
impl StructuralPartialEq for Rounded
Auto Trait Implementations§
impl Freeze for Rounded
impl RefUnwindSafe for Rounded
impl Send for Rounded
impl Sync for Rounded
impl Unpin for Rounded
impl UnsafeUnpin for Rounded
impl UnwindSafe for Rounded
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