Struct windows_sys::Win32::Security::Authorization::AUTHZ_ACCESS_REPLY
[−]#[repr(C)]pub struct AUTHZ_ACCESS_REPLY {
pub ResultListLength: u32,
pub GrantedAccessMask: *mut u32,
pub SaclEvaluationResults: *mut AUTHZ_GENERATE_RESULTS,
pub Error: *mut u32,
}
Expand description
Required features: "Win32_Security_Authorization"
Fields
ResultListLength: u32
GrantedAccessMask: *mut u32
SaclEvaluationResults: *mut AUTHZ_GENERATE_RESULTS
Error: *mut u32
Trait Implementations
impl Clone for AUTHZ_ACCESS_REPLY
impl Clone for AUTHZ_ACCESS_REPLY
impl Copy for AUTHZ_ACCESS_REPLY
Auto Trait Implementations
impl RefUnwindSafe for AUTHZ_ACCESS_REPLY
impl !Send for AUTHZ_ACCESS_REPLY
impl !Sync for AUTHZ_ACCESS_REPLY
impl Unpin for AUTHZ_ACCESS_REPLY
impl UnwindSafe for AUTHZ_ACCESS_REPLY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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