pub enum CTSIF {
NotChanged = 0,
Changed = 1,
}
Expand description
CTSIF
Value on reset: 0
Variants§
NotChanged = 0
0: No change occurred on the CTS status line
Changed = 1
1: A change occurred on the CTS status line
Trait Implementations§
impl Copy for CTSIF
impl Eq for CTSIF
impl StructuralPartialEq for CTSIF
Auto Trait Implementations§
impl Freeze for CTSIF
impl RefUnwindSafe for CTSIF
impl Send for CTSIF
impl Sync for CTSIF
impl Unpin for CTSIF
impl UnwindSafe for CTSIF
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