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