Struct stm32f412g::dma::Msize
source · pub struct Msize(/* private fields */);
Auto Trait Implementations§
impl Freeze for Msize
impl RefUnwindSafe for Msize
impl Send for Msize
impl Sync for Msize
impl Unpin for Msize
impl UnwindSafe for Msize
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