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