Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs431 pub struct CdRom { struct
432 pub header: DevicePathHeader,
433 pub boot_entry: u32,
434 pub partition_start: u64,
435 pub partition_size: u64,
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2539 pub struct CdRom { struct
2540 pub(super) header: DevicePathHeader,
2541 pub(super) boot_entry: u32,
2542 pub(super) partition_start: u64,
2543 pub(super) partition_size: u64,
2546 impl CdRom { impl
2567 impl fmt::Debug for CdRom { implementation
2577 impl TryFrom<&DevicePathNode> for &CdRom { implementation
2585 let node: *const CdRom = node.cast(); in try_from() constant
5343 pub struct CdRom { struct
[all …]