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