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