macro_rules! create {
(
$struct_kind: ty {
$($field: ident: $value: expr),* $(,)?
}
) => { ... };
}
Expand description
Create a bit_struct
macro_rules! create {
(
$struct_kind: ty {
$($field: ident: $value: expr),* $(,)?
}
) => { ... };
}
Create a bit_struct