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