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