MCPcopy Create free account
hub / github.com/StephanvanSchaik/windows-kernel-rs / SectionView

Class SectionView

windows-kernel-rs/src/section.rs:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141pub struct SectionView {
142 process: ZwProcess,
143 address: *mut core::ffi::c_void,
144}
145
146unsafe impl Send for SectionView {}
147unsafe impl Sync for SectionView {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected