#[repr(C)]pub struct SE_ACCESS_REPLY {
pub Size: DWORD,
pub ResultListCount: DWORD,
pub GrantedAccess: PACCESS_MASK,
pub AccessStatus: PDWORD,
pub AccessReason: PACCESS_REASONS,
pub Privileges: *mut PPRIVILEGE_SET,
}
Fields
Size: DWORD
ResultListCount: DWORD
GrantedAccess: PACCESS_MASK
AccessStatus: PDWORD
AccessReason: PACCESS_REASONS
Privileges: *mut PPRIVILEGE_SET
Trait Implementations
sourceimpl Clone for SE_ACCESS_REPLY
impl Clone for SE_ACCESS_REPLY
sourcefn clone(&self) -> SE_ACCESS_REPLY
fn clone(&self) -> SE_ACCESS_REPLY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SE_ACCESS_REPLY
Auto Trait Implementations
impl RefUnwindSafe for SE_ACCESS_REPLY
impl !Send for SE_ACCESS_REPLY
impl !Sync for SE_ACCESS_REPLY
impl Unpin for SE_ACCESS_REPLY
impl UnwindSafe for SE_ACCESS_REPLY
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