#[repr(C)]pub struct SE_ACCESS_REQUEST {
    pub Size: DWORD,
    pub SeSecurityDescriptor: PSE_SECURITY_DESCRIPTOR,
    pub DesiredAccess: ACCESS_MASK,
    pub PreviouslyGrantedAccess: ACCESS_MASK,
    pub PrincipalSelfSid: PSID,
    pub GenericMapping: PGENERIC_MAPPING,
    pub ObjectTypeListCount: DWORD,
    pub ObjectTypeList: POBJECT_TYPE_LIST,
}Fields
Size: DWORDSeSecurityDescriptor: PSE_SECURITY_DESCRIPTORDesiredAccess: ACCESS_MASKPreviouslyGrantedAccess: ACCESS_MASKPrincipalSelfSid: PSIDGenericMapping: PGENERIC_MAPPINGObjectTypeListCount: DWORDObjectTypeList: POBJECT_TYPE_LISTTrait Implementations
sourceimpl Clone for SE_ACCESS_REQUEST
 
impl Clone for SE_ACCESS_REQUEST
sourcefn clone(&self) -> SE_ACCESS_REQUEST
 
fn clone(&self) -> SE_ACCESS_REQUEST
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 SE_ACCESS_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for SE_ACCESS_REQUEST
impl !Send for SE_ACCESS_REQUEST
impl !Sync for SE_ACCESS_REQUEST
impl Unpin for SE_ACCESS_REQUEST
impl UnwindSafe for SE_ACCESS_REQUEST
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