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