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