Searched defs:CdRom (Results 1 – 2 of 2) sorted by relevance
431 pub struct CdRom { struct432 pub header: DevicePathHeader,433 pub boot_entry: u32,434 pub partition_start: u64,435 pub partition_size: u64,
2539 pub struct CdRom { struct2540 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 { impl2567 impl fmt::Debug for CdRom { implementation2577 impl TryFrom<&DevicePathNode> for &CdRom { implementation2585 let node: *const CdRom = node.cast(); in try_from() constant5343 pub struct CdRom { struct[all …]