Searched defs:NvdimmNamespace (Results 1 – 2 of 2) sorted by relevance
342 pub struct NvdimmNamespace { struct343 pub header: DevicePathHeader,344 pub uuid: [u8; 16usize],
2230 pub struct NvdimmNamespace { struct2231 pub(super) header: DevicePathHeader,2232 pub(super) uuid: [u8; 16usize],2235 impl NvdimmNamespace { impl2243 impl fmt::Debug for NvdimmNamespace { implementation2251 impl TryFrom<&DevicePathNode> for &NvdimmNamespace { implementation2259 let node: *const NvdimmNamespace = node.cast(); in try_from() constant5115 pub struct NvdimmNamespace { struct5117 pub uuid: [u8; 16usize],5120 unsafe impl BuildNode for NvdimmNamespace { implementation