MCPcopy Create free account
hub / github.com/Slowerzs/PPLSystem / RPC_DISPATCH_TABLE

Class RPC_DISPATCH_TABLE

src/irundown/structs.rs:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46#[allow(non_snake_case, non_camel_case_types)]
47#[repr(C)]
48pub struct RPC_DISPATCH_TABLE {
49 pub DispatchTableCount: u32,
50 pub DispatchTable: usize,
51 pub Reserved: isize,
52}
53
54#[derive(Debug, PackedSize, DecodeLE, Clone, Copy, Default, EncodeLE)]
55#[allow(non_snake_case, non_camel_case_types)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected