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