Searched defs:Pccard (Results 1 – 2 of 2) sorted by relevance
41 pub struct Pccard { struct42 pub header: DevicePathHeader,43 pub function: u8,
133 pub struct Pccard { struct134 pub(super) header: DevicePathHeader,135 pub(super) function: u8,138 impl Pccard { impl146 impl fmt::Debug for Pccard { implementation154 impl TryFrom<&DevicePathNode> for &Pccard { implementation162 let node: *const Pccard = node.cast(); in try_from() constant3434 pub struct Pccard { struct3436 pub function: u8,3439 unsafe impl BuildNode for Pccard { implementation