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