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