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