Searched defs:BootSpecification (Results 1 – 2 of 2) sorted by relevance
499 pub struct BootSpecification { struct500 pub header: DevicePathHeader,501 pub device_type: u16,502 pub status_flag: u16,503 pub description_string: [u8; 0usize],
2986 pub struct BootSpecification { struct2987 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 { impl3014 impl fmt::Debug for BootSpecification { implementation3029 impl TryFrom<&DevicePathNode> for &BootSpecification { implementation3042 let node: *const BootSpecification = in try_from() constant5685 pub struct BootSpecification<'a> { struct[all …]