pub enum IntRoundingMode {
Rni,
Rzi,
Rmi,
Rpi,
}Variants§
Trait Implementations§
Source§impl Clone for IntRoundingMode
impl Clone for IntRoundingMode
Source§fn clone(&self) -> IntRoundingMode
fn clone(&self) -> IntRoundingMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IntRoundingMode
Source§impl Debug for IntRoundingMode
impl Debug for IntRoundingMode
impl Eq for IntRoundingMode
Source§impl PartialEq for IntRoundingMode
impl PartialEq for IntRoundingMode
Source§fn eq(&self, other: &IntRoundingMode) -> bool
fn eq(&self, other: &IntRoundingMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IntRoundingMode
Auto Trait Implementations§
impl Freeze for IntRoundingMode
impl RefUnwindSafe for IntRoundingMode
impl Send for IntRoundingMode
impl Sync for IntRoundingMode
impl Unpin for IntRoundingMode
impl UnsafeUnpin for IntRoundingMode
impl UnwindSafe for IntRoundingMode
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