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