Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs470 pub struct RelativeOffsetRange { struct
471 pub header: DevicePathHeader,
472 pub _reserved: u32,
473 pub starting_offset: u64,
474 pub ending_offset: u64,
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2828 pub struct RelativeOffsetRange { struct
2829 pub(super) header: DevicePathHeader,
2830 pub(super) _reserved: u32,
2831 pub(super) starting_offset: u64,
2832 pub(super) ending_offset: u64,
2835 impl RelativeOffsetRange { implementation
2849 impl fmt::Debug for RelativeOffsetRange { implementation
2859 impl TryFrom<&DevicePathNode> for &RelativeOffsetRange { implementation
2867 let node: *const RelativeOffsetRange = node.cast(); in try_from() constant
5563 pub struct RelativeOffsetRange { struct
[all …]