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