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