macro_rules! impl_u {
( $t:ty, $wrfn:ident, $rdfn:ident ) => { ... };
}Expand description
Make Readable and Writeable implementations for a provided
unsigned type, delegating to the read_uNN and write_uNN functions.
macro_rules! impl_u {
( $t:ty, $wrfn:ident, $rdfn:ident ) => { ... };
}Make Readable and Writeable implementations for a provided
unsigned type, delegating to the read_uNN and write_uNN functions.