#[repr(C)]pub struct SystemHealthAgentState {
pub id: u32,
pub shaResultCodes: ResultCodes,
pub failureCategory: FailureCategory,
pub fixupInfo: FixupInfo,
}
Expand description
Required features: "Win32_Security_NetworkAccessProtection"
Fields
id: u32
shaResultCodes: ResultCodes
failureCategory: FailureCategory
fixupInfo: FixupInfo
Trait Implementations
impl Clone for SystemHealthAgentState
impl Clone for SystemHealthAgentState
impl Copy for SystemHealthAgentState
Auto Trait Implementations
impl RefUnwindSafe for SystemHealthAgentState
impl !Send for SystemHealthAgentState
impl !Sync for SystemHealthAgentState
impl Unpin for SystemHealthAgentState
impl UnwindSafe for SystemHealthAgentState
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