#[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: DWORD
§SeSecurityDescriptor: PSE_SECURITY_DESCRIPTOR
§DesiredAccess: ACCESS_MASK
§PreviouslyGrantedAccess: ACCESS_MASK
§PrincipalSelfSid: PSID
§GenericMapping: PGENERIC_MAPPING
§ObjectTypeListCount: DWORD
§ObjectTypeList: POBJECT_TYPE_LIST
Trait Implementations§
Source§impl Clone for SE_ACCESS_REQUEST
impl Clone for SE_ACCESS_REQUEST
Source§fn clone(&self) -> SE_ACCESS_REQUEST
fn clone(&self) -> SE_ACCESS_REQUEST
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 SE_ACCESS_REQUEST
Auto Trait Implementations§
impl Freeze for SE_ACCESS_REQUEST
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§
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