Home
last modified time | relevance | path

Searched defs:DeviceSubType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Ddevice_path.rs67 pub struct DeviceSubType(pub u8); struct
69 impl DeviceSubType { impl
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Ddevice_path.rs67 pub struct DeviceSubType(pub u8); struct
69 impl DeviceSubType { impl
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Dmod.rs195 pub const fn sub_type(&self) -> DeviceSubType { in sub_type()
201 pub const fn full_type(&self) -> (DeviceType, DeviceSubType) { in full_type() argument
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/
Dmod.rs195 pub const fn sub_type(&self) -> DeviceSubType { in sub_type()
201 pub const fn full_type(&self) -> (DeviceType, DeviceSubType) { in full_type() argument