#[repr(transparent)]pub struct Lpuart2RxSelectInput(pub u32);Expand description
LPUART2_RX_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Lpuart2RxSelectInput
impl Lpuart2RxSelectInput
Sourcepub const fn daisy(&self) -> Lpuart2RxSelectInputDaisy
pub const fn daisy(&self) -> Lpuart2RxSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Lpuart2RxSelectInputDaisy)
pub const fn set_daisy(&mut self, val: Lpuart2RxSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Lpuart2RxSelectInput
impl Clone for Lpuart2RxSelectInput
Source§fn clone(&self) -> Lpuart2RxSelectInput
fn clone(&self) -> Lpuart2RxSelectInput
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 Lpuart2RxSelectInput
impl Debug for Lpuart2RxSelectInput
Source§impl Default for Lpuart2RxSelectInput
impl Default for Lpuart2RxSelectInput
Source§fn default() -> Lpuart2RxSelectInput
fn default() -> Lpuart2RxSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Lpuart2RxSelectInput
impl PartialEq for Lpuart2RxSelectInput
impl Copy for Lpuart2RxSelectInput
impl Eq for Lpuart2RxSelectInput
impl StructuralPartialEq for Lpuart2RxSelectInput
Auto Trait Implementations§
impl Freeze for Lpuart2RxSelectInput
impl RefUnwindSafe for Lpuart2RxSelectInput
impl Send for Lpuart2RxSelectInput
impl Sync for Lpuart2RxSelectInput
impl Unpin for Lpuart2RxSelectInput
impl UnwindSafe for Lpuart2RxSelectInput
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