#[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_LISTTrait 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 duplicate 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 _SE_ACCESS_REQUEST
impl Debug for _SE_ACCESS_REQUEST
impl 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