Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Dmod.rs301 pub const fn node_iter(&self) -> DevicePathNodeIterator { in node_iter()
458 pub const fn node_iter(&self) -> DevicePathNodeIterator { in node_iter()
598 pub struct DevicePathNodeIterator<'a> { struct
603 impl<'a> Iterator for DevicePathNodeIterator<'a> { implementation