#[repr(u8)]pub enum Lpuart2IpgDoze {
LPUART2_IPG_DOZE_0 = 0,
LPUART2_IPG_DOZE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Lpuart2IpgDoze
impl Clone for Lpuart2IpgDoze
Source§fn clone(&self) -> Lpuart2IpgDoze
fn clone(&self) -> Lpuart2IpgDoze
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Lpuart2IpgDoze
impl Debug for Lpuart2IpgDoze
Source§impl From<Lpuart2IpgDoze> for u8
impl From<Lpuart2IpgDoze> for u8
Source§fn from(val: Lpuart2IpgDoze) -> u8
fn from(val: Lpuart2IpgDoze) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lpuart2IpgDoze
impl From<u8> for Lpuart2IpgDoze
Source§fn from(val: u8) -> Lpuart2IpgDoze
fn from(val: u8) -> Lpuart2IpgDoze
Converts to this type from the input type.
Source§impl Ord for Lpuart2IpgDoze
impl Ord for Lpuart2IpgDoze
Source§fn cmp(&self, other: &Lpuart2IpgDoze) -> Ordering
fn cmp(&self, other: &Lpuart2IpgDoze) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Lpuart2IpgDoze
impl PartialEq for Lpuart2IpgDoze
Source§impl PartialOrd for Lpuart2IpgDoze
impl PartialOrd for Lpuart2IpgDoze
impl Copy for Lpuart2IpgDoze
impl Eq for Lpuart2IpgDoze
impl StructuralPartialEq for Lpuart2IpgDoze
Auto Trait Implementations§
impl Freeze for Lpuart2IpgDoze
impl RefUnwindSafe for Lpuart2IpgDoze
impl Send for Lpuart2IpgDoze
impl Sync for Lpuart2IpgDoze
impl Unpin for Lpuart2IpgDoze
impl UnwindSafe for Lpuart2IpgDoze
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