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