use packing::Packed;
#[derive(Clone, Copy, Eq, PartialEq, Debug, Packed)]
pub enum InterfaceSubclass {
ScsiCommandSetNotReported = 0x00,
Rbc = 0x01,
Mmc5Atapi = 0x02,
Ufi = 0x04,
ScsiTransparentCommandSet = 0x06,
LsdFs = 0x07,
Ieee1667 = 0x08,
VendorSpecific = 0xFF,
}