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