#[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_MASKTrait 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 moreimpl Copy for GENERIC_MAPPING
Auto Trait Implementations§
impl Freeze for GENERIC_MAPPING
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§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more