Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs499 pub struct BootSpecification { struct
500 pub header: DevicePathHeader,
501 pub device_type: u16,
502 pub status_flag: u16,
503 pub description_string: [u8; 0usize],
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2986 pub struct BootSpecification { struct
2987 pub(super) header: DevicePathHeader,
2988 pub(super) device_type: u16,
2989 pub(super) status_flag: u16,
2990 pub(super) description_string: [u8],
2993 impl BootSpecification { impl
3014 impl fmt::Debug for BootSpecification { implementation
3029 impl TryFrom<&DevicePathNode> for &BootSpecification { implementation
3042 let node: *const BootSpecification = in try_from() constant
5685 pub struct BootSpecification<'a> { struct
[all …]