#[repr(transparent)]pub struct Ucv(pub u32);Expand description
UART component version
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ucv
impl Eq for Ucv
impl StructuralPartialEq for Ucv
Auto Trait Implementations§
impl Freeze for Ucv
impl RefUnwindSafe for Ucv
impl Send for Ucv
impl Sync for Ucv
impl Unpin for Ucv
impl UnwindSafe for Ucv
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