Home
last modified time | relevance | path

Searched defs:DeviceLogicalUnit (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs177 pub struct DeviceLogicalUnit { struct
178 pub header: DevicePathHeader,
179 pub logical_unit_number: u8,
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs1108 pub struct DeviceLogicalUnit { struct
1109 pub(super) header: DevicePathHeader,
1110 pub(super) logical_unit_number: u8,
1113 impl DeviceLogicalUnit { implementation
1121 impl fmt::Debug for DeviceLogicalUnit { implementation
1129 impl TryFrom<&DevicePathNode> for &DeviceLogicalUnit { implementation
1137 let node: *const DeviceLogicalUnit = node.cast(); in try_from() constant
4175 pub struct DeviceLogicalUnit { struct
4177 pub logical_unit_number: u8,
4180 unsafe impl BuildNode for DeviceLogicalUnit { implementation