pub enum PMAOVRW {
OVERRUN,
}
Expand description
Values that can be written to the field PMAOVR
Variants§
OVERRUN
microcontroller has not been able to respond in time to an USB memory request
Auto Trait Implementations§
impl Freeze for PMAOVRW
impl RefUnwindSafe for PMAOVRW
impl Send for PMAOVRW
impl Sync for PMAOVRW
impl Unpin for PMAOVRW
impl UnwindSafe for PMAOVRW
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