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