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