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

Class SectionPointer

RustVEHSyscalls/src/def.rs:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55#[repr(C)]
56#[derive(Copy, Clone)]
57pub struct SectionPointer {
58 pub section_pointer: *mut c_void,
59 pub check_sum: c_ulong,
60}
61
62#[repr(C)]
63pub union HashLinksOrSectionPointer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected