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