Searched defs:PrmtSelByte (Results 1 – 1 of 1) sorted by relevance
4300 pub struct PrmtSelByte(u8); struct4302 impl PrmtSelByte { impl4305 pub fn new(src_idx: usize, byte_idx: usize, msb: bool) -> PrmtSelByte { in new()4352 pub fn get(&self, byte_idx: usize) -> PrmtSelByte { in get()