pub enum CMDREND {
NotDone = 0,
Done = 1,
}Expand description
CMDREND
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CMDREND
impl Eq for CMDREND
impl StructuralPartialEq for CMDREND
Auto Trait Implementations§
impl Freeze for CMDREND
impl RefUnwindSafe for CMDREND
impl Send for CMDREND
impl Sync for CMDREND
impl Unpin for CMDREND
impl UnwindSafe for CMDREND
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