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