Searched defs:DeviceSubType (Results 1 – 4 of 4) sorted by relevance
67 pub struct DeviceSubType(pub u8); struct69 impl DeviceSubType { impl
195 pub const fn sub_type(&self) -> DeviceSubType { in sub_type()201 pub const fn full_type(&self) -> (DeviceType, DeviceSubType) { in full_type() argument