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