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