Struct windows_sys::Win32::Security::Authorization::AUTHZ_ACCESS_REQUEST
[−]#[repr(C)]pub struct AUTHZ_ACCESS_REQUEST {
pub DesiredAccess: u32,
pub PrincipalSelfSid: PSID,
pub ObjectTypeList: *mut OBJECT_TYPE_LIST,
pub ObjectTypeListLength: u32,
pub OptionalArguments: *mut c_void,
}
Expand description
Required features: "Win32_Security_Authorization"
, "Win32_Foundation"
Fields
DesiredAccess: u32
PrincipalSelfSid: PSID
ObjectTypeList: *mut OBJECT_TYPE_LIST
ObjectTypeListLength: u32
OptionalArguments: *mut c_void
Trait Implementations
impl Clone for AUTHZ_ACCESS_REQUEST
impl Clone for AUTHZ_ACCESS_REQUEST
impl Copy for AUTHZ_ACCESS_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for AUTHZ_ACCESS_REQUEST
impl !Send for AUTHZ_ACCESS_REQUEST
impl !Sync for AUTHZ_ACCESS_REQUEST
impl Unpin for AUTHZ_ACCESS_REQUEST
impl UnwindSafe for AUTHZ_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