Macro bit_struct::u46

source ·
macro_rules! u46 {
    ($value: literal) => { ... };
}
Expand description

Produce a value of type u46

This macro checks at compile-time that it fits. To check at run-time see the u46::new function.