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