Enum Ltdcsel
#[repr(u8)]pub enum Ltdcsel {
PLL3_R = 0,
PLL2_R = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Ltdcsel
impl Ord for Ltdcsel
§impl PartialOrd for Ltdcsel
impl PartialOrd for Ltdcsel
impl Copy for Ltdcsel
impl Eq 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 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