Home
last modified time | relevance | path

Searched refs:DebugSupport (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/uefi/src/proto/debug/
Dmod.rs35 pub struct DebugSupport { struct
38 extern "efiapi" fn(this: &mut DebugSupport, max_processor_index: &mut usize) -> Status, argument
40 this: &mut DebugSupport, argument
45 this: &mut DebugSupport, argument
51 this: &mut DebugSupport, argument
58 impl DebugSupport { implementation