pub enum ARPEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field ARPE
Variants§
Auto Trait Implementations§
impl Freeze for ARPEW
impl RefUnwindSafe for ARPEW
impl Send for ARPEW
impl Sync for ARPEW
impl Unpin for ARPEW
impl UnwindSafe for ARPEW
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