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