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