Enum Ltdcsel
#[repr(u8)]pub enum Ltdcsel {
Pll3R = 0,
Pll2R = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Ltdcsel
impl Eq for Ltdcsel
§impl Ord for Ltdcsel
impl Ord for Ltdcsel
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 Ltdcsel
impl PartialOrd for Ltdcsel
impl StructuralPartialEq for Ltdcsel
Auto Trait Implementations§
impl Freeze for Ltdcsel
impl RefUnwindSafe for Ltdcsel
impl Send for Ltdcsel
impl Sync for Ltdcsel
impl Unpin for Ltdcsel
impl UnsafeUnpin for Ltdcsel
impl UnwindSafe for Ltdcsel
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