Enum HsiKerDiv
#[repr(u8)]pub enum HsiKerDiv {
Div1 = 0,
Div2 = 1,
Div3 = 2,
Div4 = 3,
Div5 = 4,
Div6 = 5,
Div7 = 6,
Div8 = 7,
}Variants§
Div1 = 0
1
Div2 = 1
2
Div3 = 2
3 (reset value)
Div4 = 3
4
Div5 = 4
5
Div6 = 5
6
Div7 = 6
7
Div8 = 7
8
Implementations§
Trait Implementations§
impl Copy for Hsikerdiv
impl Eq for Hsikerdiv
§impl Ord for Hsikerdiv
impl Ord for Hsikerdiv
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 Hsikerdiv
impl PartialOrd for Hsikerdiv
impl StructuralPartialEq for Hsikerdiv
Auto Trait Implementations§
impl Freeze for Hsikerdiv
impl RefUnwindSafe for Hsikerdiv
impl Send for Hsikerdiv
impl Sync for Hsikerdiv
impl Unpin for Hsikerdiv
impl UnsafeUnpin for Hsikerdiv
impl UnwindSafe for Hsikerdiv
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