Type Alias winfsp_sys::GENERIC_MAPPING

source ·
pub type GENERIC_MAPPING = _GENERIC_MAPPING;

Aliased Type§

struct GENERIC_MAPPING {
    pub GenericRead: u32,
    pub GenericWrite: u32,
    pub GenericExecute: u32,
    pub GenericAll: u32,
}

Fields§

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

Trait Implementations§

source§

impl Clone for _GENERIC_MAPPING

source§

fn clone(&self) -> _GENERIC_MAPPING

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _GENERIC_MAPPING

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _GENERIC_MAPPING

source§

fn default() -> _GENERIC_MAPPING

Returns the “default value” for a type. Read more
source§

impl Copy for _GENERIC_MAPPING