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