Enum hid_io_protocol::commands::h0001::OsType
source · #[repr(u8)]
pub enum OsType {
Unknown,
Windows,
Linux,
Android,
MacOs,
Ios,
ChromeOs,
FreeBsd,
OpenBsd,
NetBsd,
}
Variants§
Trait Implementations§
source§impl TryFrom<u8> for OsType
impl TryFrom<u8> for OsType
§type Error = TryFromPrimitiveError<OsType>
type Error = TryFromPrimitiveError<OsType>
The type returned in the event of a conversion error.