#[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§
Source§impl Clone for SE_ACCESS_REPLY
impl Clone for SE_ACCESS_REPLY
Source§fn clone(&self) -> SE_ACCESS_REPLY
fn clone(&self) -> SE_ACCESS_REPLY
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 moreimpl Copy for SE_ACCESS_REPLY
Auto Trait Implementations§
impl Freeze for SE_ACCESS_REPLY
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§
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