MCPcopy Create free account
hub / github.com/echQoQ/RustSL / ImageDataDirectory

Class ImageDataDirectory

RustVEHSyscalls/src/def.rs:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236#[repr(C)]
237pub struct ImageDataDirectory {
238 pub virtual_address: u32,
239 pub size: u32,
240}
241
242#[repr(C)]
243pub struct ImageExportDirectory {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected