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