Searched defs:DeviceLogicalUnit (Results 1 – 2 of 2) sorted by relevance
177 pub struct DeviceLogicalUnit { struct178 pub header: DevicePathHeader,179 pub logical_unit_number: u8,
1108 pub struct DeviceLogicalUnit { struct1109 pub(super) header: DevicePathHeader,1110 pub(super) logical_unit_number: u8,1113 impl DeviceLogicalUnit { implementation1121 impl fmt::Debug for DeviceLogicalUnit { implementation1129 impl TryFrom<&DevicePathNode> for &DeviceLogicalUnit { implementation1137 let node: *const DeviceLogicalUnit = node.cast(); in try_from() constant4175 pub struct DeviceLogicalUnit { struct4177 pub logical_unit_number: u8,4180 unsafe impl BuildNode for DeviceLogicalUnit { implementation