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