Searched defs:I2o (Results 1 – 2 of 2) sorted by relevance
193 pub struct I2o { struct194 pub header: DevicePathHeader,195 pub target_id: u32,
1212 pub struct I2o { struct1213 pub(super) header: DevicePathHeader,1214 pub(super) target_id: u32,1217 impl I2o { implementation1225 impl fmt::Debug for I2o { implementation1233 impl TryFrom<&DevicePathNode> for &I2o { implementation1241 let node: *const I2o = node.cast(); in try_from() constant4265 pub struct I2o { struct4267 pub target_id: u32,4270 unsafe impl BuildNode for I2o { implementation