Searched defs:HeaderType (Results 1 – 2 of 2) sorted by relevance
216 pub enum HeaderType { enum227 impl From<u8> for HeaderType { implementation274 fn header_type(&self) -> HeaderType; in header_type()423 fn header_type(&self) -> HeaderType { in header_type()506 fn header_type(&self) -> HeaderType { in header_type()563 fn header_type(&self) -> HeaderType { in header_type()
47 …uint8_t HeaderType; // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies… member