pub enum CCPCW {
NOTPRELOADED,
PRELOADED,
}
Expand description
Values that can be written to the field CCPC
Variants§
NOTPRELOADED
CCxE, CCxNE and OCxM bits are not preloaded
PRELOADED
CCxE, CCxNE and OCxM bits are preloaded
Auto Trait Implementations§
impl Freeze for CCPCW
impl RefUnwindSafe for CCPCW
impl Send for CCPCW
impl Sync for CCPCW
impl Unpin for CCPCW
impl UnwindSafe for CCPCW
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