#[repr(u8)]pub enum VialDynamic {
DynamicVialGetNumberOfEntries = 0,
DynamicVialMorseGet = 1,
DynamicVialMorseSet = 2,
DynamicVialComboGet = 3,
DynamicVialComboSet = 4,
DynamicVialKeyOverrideGet = 5,
DynamicVialKeyOverrideSet = 6,
Unhandled = 255,
}Expand description
Vial dynamic commands.
Variants§
DynamicVialGetNumberOfEntries = 0
DynamicVialMorseGet = 1
DynamicVialMorseSet = 2
DynamicVialComboGet = 3
DynamicVialComboSet = 4
DynamicVialKeyOverrideGet = 5
DynamicVialKeyOverrideSet = 6
Unhandled = 255
Implementations§
Source§impl VialDynamic
impl VialDynamic
Trait Implementations§
Source§impl Clone for VialDynamic
impl Clone for VialDynamic
Source§fn clone(&self) -> VialDynamic
fn clone(&self) -> VialDynamic
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VialDynamic
Source§impl Debug for VialDynamic
impl Debug for VialDynamic
impl Eq for VialDynamic
Source§impl From<u8> for VialDynamic
impl From<u8> for VialDynamic
Source§impl Ord for VialDynamic
impl Ord for VialDynamic
Source§fn cmp(&self, other: &VialDynamic) -> Ordering
fn cmp(&self, other: &VialDynamic) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VialDynamic
impl PartialEq for VialDynamic
Source§impl PartialOrd for VialDynamic
impl PartialOrd for VialDynamic
impl StructuralPartialEq for VialDynamic
Auto Trait Implementations§
impl Freeze for VialDynamic
impl RefUnwindSafe for VialDynamic
impl Send for VialDynamic
impl Sync for VialDynamic
impl Unpin for VialDynamic
impl UnsafeUnpin for VialDynamic
impl UnwindSafe for VialDynamic
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