#[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 moreSource§impl Debug for _SE_ACCESS_REQUEST
impl Debug for _SE_ACCESS_REQUEST
Source§impl Ord for _SE_ACCESS_REQUEST
impl Ord for _SE_ACCESS_REQUEST
Source§fn cmp(&self, other: &_SE_ACCESS_REQUEST) -> Ordering
fn cmp(&self, other: &_SE_ACCESS_REQUEST) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SE_ACCESS_REQUEST
impl PartialEq for _SE_ACCESS_REQUEST
Source§impl PartialOrd for _SE_ACCESS_REQUEST
impl PartialOrd for _SE_ACCESS_REQUEST
impl Copy for _SE_ACCESS_REQUEST
impl Eq for _SE_ACCESS_REQUEST
impl StructuralPartialEq 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