#[repr(u8)]pub enum Chirpen {
CHIRP_DISABLE = 0,
CHIRP_ENABLE = 1,
}Variants§
CHIRP_DISABLE = 0
The controller does not assert chirp_on before sending an actual Chirp ‘K’ signal on USB.
CHIRP_ENABLE = 1
The controller asserts chirp_on before sending an actual Chirp ‘K’ signal on USB.
Implementations§
Trait Implementations§
Source§impl Ord for Chirpen
impl Ord for Chirpen
Source§impl PartialOrd for Chirpen
impl PartialOrd for Chirpen
impl Copy for Chirpen
impl Eq for Chirpen
impl StructuralPartialEq for Chirpen
Auto Trait Implementations§
impl Freeze for Chirpen
impl RefUnwindSafe for Chirpen
impl Send for Chirpen
impl Sync for Chirpen
impl Unpin for Chirpen
impl UnwindSafe for Chirpen
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)