Struct Lpuart1sel
#[repr(transparent)]pub struct Lpuart1sel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Clone for Lpuart1sel
impl Clone for Lpuart1sel
§fn clone(&self) -> Lpuart1sel
fn clone(&self) -> Lpuart1sel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Lpuart1sel
impl Ord for Lpuart1sel
§impl PartialEq for Lpuart1sel
impl PartialEq for Lpuart1sel
§impl PartialOrd for Lpuart1sel
impl PartialOrd for Lpuart1sel
impl Copy for Lpuart1sel
impl Eq for Lpuart1sel
impl StructuralPartialEq for Lpuart1sel
Auto Trait Implementations§
impl Freeze for Lpuart1sel
impl RefUnwindSafe for Lpuart1sel
impl Send for Lpuart1sel
impl Sync for Lpuart1sel
impl Unpin for Lpuart1sel
impl UnwindSafe for Lpuart1sel
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