Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs342 pub struct NvdimmNamespace { struct
343 pub header: DevicePathHeader,
344 pub uuid: [u8; 16usize],
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs2230 pub struct NvdimmNamespace { struct
2231 pub(super) header: DevicePathHeader,
2232 pub(super) uuid: [u8; 16usize],
2235 impl NvdimmNamespace { impl
2243 impl fmt::Debug for NvdimmNamespace { implementation
2251 impl TryFrom<&DevicePathNode> for &NvdimmNamespace { implementation
2259 let node: *const NvdimmNamespace = node.cast(); in try_from() constant
5115 pub struct NvdimmNamespace { struct
5117 pub uuid: [u8; 16usize],
5120 unsafe impl BuildNode for NvdimmNamespace { implementation