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