Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs41 pub struct Pccard { struct
42 pub header: DevicePathHeader,
43 pub function: u8,
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs133 pub struct Pccard { struct
134 pub(super) header: DevicePathHeader,
135 pub(super) function: u8,
138 impl Pccard { impl
146 impl fmt::Debug for Pccard { implementation
154 impl TryFrom<&DevicePathNode> for &Pccard { implementation
162 let node: *const Pccard = node.cast(); in try_from() constant
3434 pub struct Pccard { struct
3436 pub function: u8,
3439 unsafe impl BuildNode for Pccard { implementation