Struct embassy_stm32::dma::word::U10
source · #[repr(transparent)]pub struct U10(pub u16);
Expand description
U10 word size
Tuple Fields§
§0: u16
Trait Implementations§
impl Copy for U10
Auto Trait Implementations§
impl Freeze for U10
impl RefUnwindSafe for U10
impl Send for U10
impl Sync for U10
impl Unpin for U10
impl UnwindSafe for U10
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