Searched defs:PrmtSel (Results 1 – 2 of 2) sorted by relevance
76 sel: PrmtSel, in add_prmt()
4346 pub struct PrmtSel(pub u16); struct4348 impl PrmtSel { impl4349 pub fn new(bytes: [PrmtSelByte; 4]) -> PrmtSel { in new()4407 pub fn get_sel(&self) -> Option<PrmtSel> { in get_sel()