Struct windows_sys::Win32::System::Antimalware::AMSI_UAC_REQUEST_CONTEXT
#[repr(C)]pub struct AMSI_UAC_REQUEST_CONTEXT {
pub ulLength: u32,
pub ulRequestorProcessId: u32,
pub UACTrustState: AMSI_UAC_TRUST_STATE,
pub Type: AMSI_UAC_REQUEST_TYPE,
pub RequestType: AMSI_UAC_REQUEST_CONTEXT_0,
pub bAutoElevateRequest: BOOL,
}
Fields§
§ulLength: u32
§ulRequestorProcessId: u32
§UACTrustState: AMSI_UAC_TRUST_STATE
§Type: AMSI_UAC_REQUEST_TYPE
§RequestType: AMSI_UAC_REQUEST_CONTEXT_0
§bAutoElevateRequest: BOOL
Trait Implementations§
§impl Clone for AMSI_UAC_REQUEST_CONTEXT
impl Clone for AMSI_UAC_REQUEST_CONTEXT
§fn clone(&self) -> AMSI_UAC_REQUEST_CONTEXT
fn clone(&self) -> AMSI_UAC_REQUEST_CONTEXT
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 AMSI_UAC_REQUEST_CONTEXT
Auto Trait Implementations§
impl Freeze for AMSI_UAC_REQUEST_CONTEXT
impl RefUnwindSafe for AMSI_UAC_REQUEST_CONTEXT
impl !Send for AMSI_UAC_REQUEST_CONTEXT
impl !Sync for AMSI_UAC_REQUEST_CONTEXT
impl Unpin for AMSI_UAC_REQUEST_CONTEXT
impl UnwindSafe for AMSI_UAC_REQUEST_CONTEXT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)