#[repr(C)]
pub struct SkSmartParsedData { pub offline_data_collection_status: SkSmartOfflineDataCollectionStatus, pub total_offline_data_collection_seconds: u32, pub self_test_execution_status: SkSmartSelfTestExecutionStatus, pub self_test_execution_percent_remaining: u32, pub short_and_extended_test_available: SkBool, pub conveyance_test_available: SkBool, pub start_test_available: SkBool, pub abort_test_available: SkBool, pub short_test_polling_minutes: u32, pub extended_test_polling_minutes: u32, pub conveyance_test_polling_minutes: u32, }

Fields§

§offline_data_collection_status: SkSmartOfflineDataCollectionStatus§total_offline_data_collection_seconds: u32§self_test_execution_status: SkSmartSelfTestExecutionStatus§self_test_execution_percent_remaining: u32§short_and_extended_test_available: SkBool§conveyance_test_available: SkBool§start_test_available: SkBool§abort_test_available: SkBool§short_test_polling_minutes: u32§extended_test_polling_minutes: u32§conveyance_test_polling_minutes: u32

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.