pub struct NPU { /* private fields */ }Expand description
NPU peripheral
Implementations§
Trait Implementations§
impl Copy for NPU
impl PeripheralType for NPU
Auto Trait Implementations§
impl Freeze for NPU
impl RefUnwindSafe for NPU
impl Send for NPU
impl Sync for NPU
impl Unpin for NPU
impl UnwindSafe for NPU
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