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