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