pub enum ResolutionRoundMode {
Even,
}
Expand description
Rounding modes for Resolution
Variants§
Even
Rounds component-wise to the next even value.
Trait Implementations§
Source§impl Clone for ResolutionRoundMode
impl Clone for ResolutionRoundMode
Source§fn clone(&self) -> ResolutionRoundMode
fn clone(&self) -> ResolutionRoundMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ResolutionRoundMode
impl Debug for ResolutionRoundMode
Source§impl PartialEq for ResolutionRoundMode
impl PartialEq for ResolutionRoundMode
impl Copy for ResolutionRoundMode
impl Eq for ResolutionRoundMode
impl StructuralPartialEq for ResolutionRoundMode
Auto Trait Implementations§
impl Freeze for ResolutionRoundMode
impl RefUnwindSafe for ResolutionRoundMode
impl Send for ResolutionRoundMode
impl Sync for ResolutionRoundMode
impl Unpin for ResolutionRoundMode
impl UnwindSafe for ResolutionRoundMode
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