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