Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs270270 pub struct ISoftDistExtVtbl { struct
270271 pub QueryInterface: ::std::option::Option<
270278 pub AddRef: ::std::option::Option<unsafe extern "C" fn(This: *mut ISoftDistExt) -> ULONG>,
270279 pub Release: ::std::option::Option<unsafe extern "C" fn(This: *mut ISoftDistExt) -> ULONG>,
270280 pub ProcessSoftDist: ::std::option::Option<
270288 pub GetFirstCodeBase: ::std::option::Option<
270314 const UNINIT: ::std::mem::MaybeUninit<ISoftDistExtVtbl> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_ISoftDistExtVtbl() argument