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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)