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