#[repr(u8)]pub enum Ratio {
RATIO32 = 0,
RATIO48 = 1,
RATIO50 = 2,
RATIO64 = 3,
RATIO80 = 4,
RATIO96 = 5,
RATIO100 = 6,
RATIO128 = 7,
}
Variants§
RATIO32 = 0
Ratio of 32
RATIO48 = 1
Ratio of 48
RATIO50 = 2
Ratio of 50
RATIO64 = 3
Ratio of 64
RATIO80 = 4
Ratio of 80
RATIO96 = 5
Ratio of 96
RATIO100 = 6
Ratio of 100
RATIO128 = 7
Ratio of 128
Implementations§
Trait Implementations§
Source§impl Ord for Ratio
impl Ord for Ratio
Source§impl PartialOrd for Ratio
impl PartialOrd for Ratio
impl Copy for Ratio
impl Eq for Ratio
impl StructuralPartialEq for Ratio
Auto Trait Implementations§
impl Freeze for Ratio
impl RefUnwindSafe for Ratio
impl Send for Ratio
impl Sync for Ratio
impl Unpin for Ratio
impl UnwindSafe for Ratio
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)