Searched defs:Nvdimm (Results 1 – 2 of 2) sorted by relevance
105 pub struct Nvdimm { struct106 pub header: DevicePathHeader,107 pub nfit_device_handle: u32,
554 pub struct Nvdimm { struct555 pub(super) header: DevicePathHeader,556 pub(super) nfit_device_handle: u32,559 impl Nvdimm { implementation567 impl fmt::Debug for Nvdimm { implementation575 impl TryFrom<&DevicePathNode> for &Nvdimm { implementation583 let node: *const Nvdimm = node.cast(); in try_from() constant3775 pub struct Nvdimm { struct3777 pub nfit_device_handle: u32,3780 unsafe impl BuildNode for Nvdimm { implementation