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