pub enum Rounding {
Zero,
Infinity,
Down,
Up,
NearInfinity,
PassMinMax,
}Variants§
trait 实现§
源代码§impl From<AVRounding> for Rounding
impl From<AVRounding> for Rounding
源代码§fn from(value: AVRounding) -> Self
fn from(value: AVRounding) -> Self
Converts to this type from the input type.
源代码§impl From<Rounding> for AVRounding
impl From<Rounding> for AVRounding
源代码§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
自动 trait 实现§
impl Freeze for Rounding
impl RefUnwindSafe for Rounding
impl Send for Rounding
impl Sync for Rounding
impl Unpin for Rounding
impl UnsafeUnpin for Rounding
impl UnwindSafe for Rounding
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多