Searched defs:Entire (Results 1 – 3 of 3) sorted by relevance
25 pub struct Entire { struct26 pub header: DevicePathHeader,
58 pub struct Entire { struct59 pub(super) header: DevicePathHeader,62 impl Entire {} implementation64 impl fmt::Debug for Entire { implementation70 impl TryFrom<&DevicePathNode> for &Entire { implementation78 let node: *const Entire = node.cast(); in try_from() constant3366 pub struct Entire; struct3367 unsafe impl BuildNode for Entire { implementation
1230 Entire, enumerator