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