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