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