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
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 Debug for _GENERIC_MAPPING
impl Debug for _GENERIC_MAPPING
Source§impl Ord for _GENERIC_MAPPING
impl Ord for _GENERIC_MAPPING
Source§fn cmp(&self, other: &_GENERIC_MAPPING) -> Ordering
fn cmp(&self, other: &_GENERIC_MAPPING) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more