#[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_SETTrait 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 duplicate 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_REPLY
impl Debug for _SE_ACCESS_REPLY
impl 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