#[repr(u8)]pub enum Keyselect {
Key = 70,
}
Expand description
Key (0x46)
Value on reset: 0
Variants§
Key = 70
70: Key
Trait Implementations§
impl Copy for Keyselect
impl Eq for Keyselect
impl IsEnum for Keyselect
impl StructuralPartialEq for Keyselect
Auto Trait Implementations§
impl Freeze for Keyselect
impl RefUnwindSafe for Keyselect
impl Send for Keyselect
impl Sync for Keyselect
impl Unpin for Keyselect
impl UnwindSafe for Keyselect
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