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