Enum SysDiv
#[repr(u8)]pub enum SysDiv {
Div1 = 0,
Div2 = 1,
Div3 = 2,
Div4 = 3,
Div5 = 4,
Div6 = 5,
Div7 = 6,
Div8 = 7,
}Variants§
Div1 = 0
1 (no division, reset value).
Div2 = 1
Div3 = 2
Div4 = 3
Div5 = 4
Div6 = 5
Div7 = 6
Div8 = 7
Implementations§
Trait Implementations§
impl Copy for Sysdiv
impl Eq for Sysdiv
§impl Ord for Sysdiv
impl Ord for Sysdiv
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Sysdiv
impl PartialOrd for Sysdiv
impl StructuralPartialEq for Sysdiv
Auto Trait Implementations§
impl Freeze for Sysdiv
impl RefUnwindSafe for Sysdiv
impl Send for Sysdiv
impl Sync for Sysdiv
impl Unpin for Sysdiv
impl UnsafeUnpin for Sysdiv
impl UnwindSafe for Sysdiv
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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