pub enum LpuartInstance {
Lpuart0,
Lpuart1,
Lpuart2,
Lpuart3,
Lpuart4,
Lpuart5,
}Expand description
Which instance of the Lpuart is this?
Should not be directly selectable by end-users.
Variants§
Lpuart0
Instance 0
Lpuart1
Instance 1
Lpuart2
Instance 2
Lpuart3
Instance 3
Lpuart4
Instance 4
Lpuart5
Instance 5
Trait Implementations§
Source§impl Clone for LpuartInstance
impl Clone for LpuartInstance
Source§fn clone(&self) -> LpuartInstance
fn clone(&self) -> LpuartInstance
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 LpuartInstance
impl Debug for LpuartInstance
Source§impl PartialEq for LpuartInstance
impl PartialEq for LpuartInstance
impl Copy for LpuartInstance
impl Eq for LpuartInstance
impl StructuralPartialEq for LpuartInstance
Auto Trait Implementations§
impl Freeze for LpuartInstance
impl RefUnwindSafe for LpuartInstance
impl Send for LpuartInstance
impl Sync for LpuartInstance
impl Unpin for LpuartInstance
impl UnwindSafe for LpuartInstance
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