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