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