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