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