Searched defs:RelativeOffsetRange (Results 1 – 2 of 2) sorted by relevance
470 pub struct RelativeOffsetRange { struct471 pub header: DevicePathHeader,472 pub _reserved: u32,473 pub starting_offset: u64,474 pub ending_offset: u64,
2828 pub struct RelativeOffsetRange { struct2829 pub(super) header: DevicePathHeader,2830 pub(super) _reserved: u32,2831 pub(super) starting_offset: u64,2832 pub(super) ending_offset: u64,2835 impl RelativeOffsetRange { implementation2849 impl fmt::Debug for RelativeOffsetRange { implementation2859 impl TryFrom<&DevicePathNode> for &RelativeOffsetRange { implementation2867 let node: *const RelativeOffsetRange = node.cast(); in try_from() constant5563 pub struct RelativeOffsetRange { struct[all …]