Struct GetKbdByNameRepliesTypesMapKeyActions
pub struct GetKbdByNameRepliesTypesMapKeyActions {
pub acts_rtrn_count: Vec<u8>,
pub acts_rtrn_acts: Vec<Action>,
}
Fields§
§acts_rtrn_count: Vec<u8>
§acts_rtrn_acts: Vec<Action>
Implementations§
§impl GetKbdByNameRepliesTypesMapKeyActions
impl GetKbdByNameRepliesTypesMapKeyActions
pub fn try_parse( remaining: &[u8], n_key_actions: u8, total_actions: u16, ) -> Result<(GetKbdByNameRepliesTypesMapKeyActions, &[u8]), ParseError>
Trait Implementations§
§impl Clone for GetKbdByNameRepliesTypesMapKeyActions
impl Clone for GetKbdByNameRepliesTypesMapKeyActions
§fn clone(&self) -> GetKbdByNameRepliesTypesMapKeyActions
fn clone(&self) -> GetKbdByNameRepliesTypesMapKeyActions
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 moreAuto Trait Implementations§
impl Freeze for GetKbdByNameRepliesTypesMapKeyActions
impl RefUnwindSafe for GetKbdByNameRepliesTypesMapKeyActions
impl Send for GetKbdByNameRepliesTypesMapKeyActions
impl Sync for GetKbdByNameRepliesTypesMapKeyActions
impl Unpin for GetKbdByNameRepliesTypesMapKeyActions
impl UnwindSafe for GetKbdByNameRepliesTypesMapKeyActions
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
)