Searched defs:MthdType (Results 1 – 1 of 1) sorted by relevance
22 enum MthdType { enum33 impl TryFrom<u8> for MthdType { implementation66 fn new(mthd_type: MthdType, subc: u8, addr: u16, data: u16) -> Self { in new()83 fn mthd_type(&self) -> MthdType { in mthd_type()87 fn set_mthd_type(&mut self, mthd_type: MthdType) { in set_mthd_type()