pub enum PMAOVRW {
Clear = 0,
}
Expand description
Packet memory area over / underrun
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for PMAOVRW
impl Eq for PMAOVRW
impl StructuralPartialEq for PMAOVRW
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