#[repr(u8)]pub enum Cutoff {
Show 16 variants
DIV_1 = 0,
DIV_2 = 1,
DIV_4 = 2,
DIV_8 = 3,
DIV_16 = 4,
DIV_32 = 5,
DIV_64 = 6,
DIV_128 = 7,
DIV_NC1 = 8,
DIV_NC2 = 9,
DIV_NC3 = 10,
DIV_NC4 = 11,
DIV_NC5 = 12,
DIV_NC6 = 13,
DIV_NC7 = 14,
DIV_NC8 = 15,
}Variants§
DIV_1 = 0
div = 1.
DIV_2 = 1
div = 2.
DIV_4 = 2
div = 4.
DIV_8 = 3
div = 8.
DIV_16 = 4
div = 16.
DIV_32 = 5
div = 32.
DIV_64 = 6
div = 64.
DIV_128 = 7
div = 128.
DIV_NC1 = 8
Do not use.
DIV_NC2 = 9
Do not use.
DIV_NC3 = 10
Do not use.
DIV_NC4 = 11
Do not use.
DIV_NC5 = 12
Do not use.
DIV_NC6 = 13
Do not use.
DIV_NC7 = 14
Do not use.
DIV_NC8 = 15
Do not use.
Implementations§
Trait Implementations§
Source§impl Ord for Cutoff
impl Ord for Cutoff
Source§impl PartialOrd for Cutoff
impl PartialOrd for Cutoff
impl Copy for Cutoff
impl Eq for Cutoff
impl StructuralPartialEq for Cutoff
Auto Trait Implementations§
impl Freeze for Cutoff
impl RefUnwindSafe for Cutoff
impl Send for Cutoff
impl Sync for Cutoff
impl Unpin for Cutoff
impl UnwindSafe for Cutoff
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