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