Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs193 pub struct I2o { struct
194 pub header: DevicePathHeader,
195 pub target_id: u32,
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs1212 pub struct I2o { struct
1213 pub(super) header: DevicePathHeader,
1214 pub(super) target_id: u32,
1217 impl I2o { implementation
1225 impl fmt::Debug for I2o { implementation
1233 impl TryFrom<&DevicePathNode> for &I2o { implementation
1241 let node: *const I2o = node.cast(); in try_from() constant
4265 pub struct I2o { struct
4267 pub target_id: u32,
4270 unsafe impl BuildNode for I2o { implementation