#[repr(C)]pub struct SystemHealthAgentState {
pub id: u32,
pub shaResultCodes: ResultCodes,
pub failureCategory: FailureCategory,
pub fixupInfo: FixupInfo,
}
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§
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