pub enum Round {
Floor = 0,
Ceil = 1,
}
Expand description
Rounding mode (used in some mixer related calls)
Variants§
Trait Implementations§
source§impl Ord for Round
impl Ord for Round
source§impl PartialEq for Round
impl PartialEq for Round
source§impl PartialOrd for Round
impl PartialOrd for Round
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Round
impl Eq for Round
impl StructuralEq for Round
impl StructuralPartialEq for Round
Auto Trait Implementations§
impl RefUnwindSafe for Round
impl Send for Round
impl Sync for Round
impl Unpin for Round
impl UnwindSafe for Round
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