#[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_MASKGenericWrite: ACCESS_MASKGenericExecute: ACCESS_MASKGenericAll: ACCESS_MASKTrait Implementations
sourceimpl Clone for GENERIC_MAPPING
 
impl Clone for GENERIC_MAPPING
sourcefn clone(&self) -> GENERIC_MAPPING
 
fn clone(&self) -> GENERIC_MAPPING
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for GENERIC_MAPPING
Auto Trait Implementations
impl RefUnwindSafe for GENERIC_MAPPING
impl Send for GENERIC_MAPPING
impl Sync for GENERIC_MAPPING
impl Unpin for GENERIC_MAPPING
impl UnwindSafe for GENERIC_MAPPING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more