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