pub struct FunctionalPackingKeyswitchKeyCount(pub usize);Expand description
The number of functional packing keyswitch key in a functional packing keyswitch key list.
Tuple Fields
0: usizeTrait Implementations
sourceimpl Clone for FunctionalPackingKeyswitchKeyCount
impl Clone for FunctionalPackingKeyswitchKeyCount
sourcefn clone(&self) -> FunctionalPackingKeyswitchKeyCount
fn clone(&self) -> FunctionalPackingKeyswitchKeyCount
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'de> Deserialize<'de> for FunctionalPackingKeyswitchKeyCount
impl<'de> Deserialize<'de> for FunctionalPackingKeyswitchKeyCount
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<FunctionalPackingKeyswitchKeyCount> for FunctionalPackingKeyswitchKeyCount
impl PartialEq<FunctionalPackingKeyswitchKeyCount> for FunctionalPackingKeyswitchKeyCount
sourcefn eq(&self, other: &FunctionalPackingKeyswitchKeyCount) -> bool
fn eq(&self, other: &FunctionalPackingKeyswitchKeyCount) -> bool
impl Copy for FunctionalPackingKeyswitchKeyCount
impl Eq for FunctionalPackingKeyswitchKeyCount
impl StructuralEq for FunctionalPackingKeyswitchKeyCount
impl StructuralPartialEq for FunctionalPackingKeyswitchKeyCount
Auto Trait Implementations
impl RefUnwindSafe for FunctionalPackingKeyswitchKeyCount
impl Send for FunctionalPackingKeyswitchKeyCount
impl Sync for FunctionalPackingKeyswitchKeyCount
impl Unpin for FunctionalPackingKeyswitchKeyCount
impl UnwindSafe for FunctionalPackingKeyswitchKeyCount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more