Functionsยง
- get_
array - A utility function to get a
Vecfrom aBytes. - get_
bool - A utility function to get a
boolfrom aBytes. - get_
hashset - A utility function to get a
HashSetfrom aBytes. - get_i8
- A utility function to get a
i8from aBytes. - get_i16
- A utility function to get a
i16from aBytes. - get_i32
- A utility function to get a
i32from aBytes. - get_i64
- A utility function to get a
i64from aBytes. - get_
option - A utility function to get an
Optionfrom aBytes. - get_
option_ array - A utility function to get an
Vec<Option>from aBytes. - get_
string - A utility function to get a
Stringfrom aBytes. - get_u8
- A utility function to get a
u8from aBytes. - get_u16
- A utility function to get a
u16from aBytes. - get_u32
- A utility function to get a
u32from aBytes. - get_u64
- A utility function to get a
u64from aBytes. - put_
array - A utility function to put a
Vecinto aBytesMut. - put_
hashset - A utility function to put a
HashSetinto aBytesMut. - put_
option - A utility function to put an
Optioninto aBytesMut. - put_
option_ array - A utility function to put a
Vec<Option>into aBytesMut. - put_str
- A utility function to put a
&strinto aBytesMut.