GENERIC_MAPPING

Type Alias GENERIC_MAPPING 

Source
pub type GENERIC_MAPPING = _GENERIC_MAPPING;

Aliased Type§

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

Fields§

§GenericRead: u32§GenericWrite: u32§GenericExecute: u32§GenericAll: u32