#[repr(u16)]pub enum LedCycleKeypressTest {
Disable = 0,
Enable = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for LedCycleKeypressTest
impl Clone for LedCycleKeypressTest
Source§fn clone(&self) -> LedCycleKeypressTest
fn clone(&self) -> LedCycleKeypressTest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LedCycleKeypressTest
impl Debug for LedCycleKeypressTest
Source§impl PartialEq for LedCycleKeypressTest
impl PartialEq for LedCycleKeypressTest
Source§impl TryFrom<u16> for LedCycleKeypressTest
impl TryFrom<u16> for LedCycleKeypressTest
Source§type Error = TryFromPrimitiveError<LedCycleKeypressTest>
type Error = TryFromPrimitiveError<LedCycleKeypressTest>
The type returned in the event of a conversion error.
impl Copy for LedCycleKeypressTest
impl Eq for LedCycleKeypressTest
impl StructuralPartialEq for LedCycleKeypressTest
Auto Trait Implementations§
impl Freeze for LedCycleKeypressTest
impl RefUnwindSafe for LedCycleKeypressTest
impl Send for LedCycleKeypressTest
impl Sync for LedCycleKeypressTest
impl Unpin for LedCycleKeypressTest
impl UnwindSafe for LedCycleKeypressTest
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