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