Skip to main content

GENERIC_MAPPING

Type Alias GENERIC_MAPPING 

Source
pub type GENERIC_MAPPING = _GENERIC_MAPPING;

Aliased Type§

#[repr(C)]
pub struct GENERIC_MAPPING { pub GenericRead: u64, pub GenericWrite: u64, pub GenericExecute: u64, pub GenericAll: u64, }

Fields§

§GenericRead: u64§GenericWrite: u64§GenericExecute: u64§GenericAll: u64