Skip to main content

assign_bits

Macro assign_bits 

Source
macro_rules! assign_bits {
    ($dst:expr, $src:expr, $mask:expr) => { ... };
}