Struct winapi::um::winnt::GENERIC_MAPPING
source · #[repr(C)]pub struct GENERIC_MAPPING {
pub GenericRead: ACCESS_MASK,
pub GenericWrite: ACCESS_MASK,
pub GenericExecute: ACCESS_MASK,
pub GenericAll: ACCESS_MASK,
}
Fields§
§GenericRead: ACCESS_MASK
§GenericWrite: ACCESS_MASK
§GenericExecute: ACCESS_MASK
§GenericAll: ACCESS_MASK
Trait Implementations§
source§impl Clone for GENERIC_MAPPING
impl Clone for GENERIC_MAPPING
source§fn clone(&self) -> GENERIC_MAPPING
fn clone(&self) -> GENERIC_MAPPING
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GENERIC_MAPPING
impl Default for GENERIC_MAPPING
source§fn default() -> GENERIC_MAPPING
fn default() -> GENERIC_MAPPING
Returns the “default value” for a type. Read more