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