pub enum FpDowncastRounding {
Rtne,
Rtz,
}Expand description
Rounding mode used when down-casting floating-point types in cast.
Variants§
Auto Trait Implementations§
impl Freeze for FpDowncastRounding
impl RefUnwindSafe for FpDowncastRounding
impl Send for FpDowncastRounding
impl Sync for FpDowncastRounding
impl Unpin for FpDowncastRounding
impl UnsafeUnpin for FpDowncastRounding
impl UnwindSafe for FpDowncastRounding
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