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