Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs215947 pub struct IRpcChannelBufferVtbl { struct
215948 pub QueryInterface: ::std::option::Option<
215955 pub AddRef: ::std::option::Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer) -> ULONG>,
215956 pub Release: ::std::option::Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer) -> ULONG>,
215957 pub GetBuffer: ::std::option::Option<
215986 const UNINIT: ::std::mem::MaybeUninit<IRpcChannelBufferVtbl> = in bindgen_test_layout_IRpcChannelBufferVtbl() argument