Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs105 pub struct Nvdimm { struct
106 pub header: DevicePathHeader,
107 pub nfit_device_handle: u32,
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs554 pub struct Nvdimm { struct
555 pub(super) header: DevicePathHeader,
556 pub(super) nfit_device_handle: u32,
559 impl Nvdimm { implementation
567 impl fmt::Debug for Nvdimm { implementation
575 impl TryFrom<&DevicePathNode> for &Nvdimm { implementation
583 let node: *const Nvdimm = node.cast(); in try_from() constant
3775 pub struct Nvdimm { struct
3777 pub nfit_device_handle: u32,
3780 unsafe impl BuildNode for Nvdimm { implementation