#[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: u32Trait Implementations§
Source§impl Clone for SkSmartParsedData
impl Clone for SkSmartParsedData
Source§fn clone(&self) -> SkSmartParsedData
fn clone(&self) -> SkSmartParsedData
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 SkSmartParsedData
impl Debug for SkSmartParsedData
impl Copy for SkSmartParsedData
Auto Trait Implementations§
impl Freeze for SkSmartParsedData
impl RefUnwindSafe for SkSmartParsedData
impl Send for SkSmartParsedData
impl Sync for SkSmartParsedData
impl Unpin for SkSmartParsedData
impl UnwindSafe for SkSmartParsedData
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