pub enum Rounding {
Zero,
Infinity,
Down,
Up,
NearInfinity,
PassMinMax,
}
Variants§
Trait Implementations§
Source§impl From<AVRounding> for Rounding
impl From<AVRounding> for Rounding
Source§fn from(value: AVRounding) -> Self
fn from(value: AVRounding) -> Self
Converts to this type from the input type.
Source§impl From<Rounding> for AVRounding
impl From<Rounding> for AVRounding
Source§fn from(value: Rounding) -> AVRounding
fn from(value: Rounding) -> AVRounding
Converts to this type from the input type.
impl Copy for Rounding
impl Eq for Rounding
impl StructuralPartialEq for Rounding
Auto Trait Implementations§
impl Freeze for Rounding
impl RefUnwindSafe for Rounding
impl Send for Rounding
impl Sync for Rounding
impl Unpin for Rounding
impl UnwindSafe for Rounding
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