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