pub struct SlmpDeviceRangeSampleSummary {
pub passed: usize,
pub read_failed: usize,
pub write_failed: usize,
pub readback_failed: usize,
pub restore_failed: usize,
pub skipped: usize,
pub unsupported: usize,
pub bit_blocks_passed: usize,
pub bit_blocks_failed: usize,
}Fields§
§passed: usize§read_failed: usize§write_failed: usize§readback_failed: usize§restore_failed: usize§skipped: usize§unsupported: usize§bit_blocks_passed: usize§bit_blocks_failed: usizeImplementations§
Source§impl SlmpDeviceRangeSampleSummary
impl SlmpDeviceRangeSampleSummary
pub fn is_success(&self) -> bool
Trait Implementations§
Source§impl Clone for SlmpDeviceRangeSampleSummary
impl Clone for SlmpDeviceRangeSampleSummary
Source§fn clone(&self) -> SlmpDeviceRangeSampleSummary
fn clone(&self) -> SlmpDeviceRangeSampleSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlmpDeviceRangeSampleSummary
impl Debug for SlmpDeviceRangeSampleSummary
Source§impl Default for SlmpDeviceRangeSampleSummary
impl Default for SlmpDeviceRangeSampleSummary
Source§fn default() -> SlmpDeviceRangeSampleSummary
fn default() -> SlmpDeviceRangeSampleSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleSummary
impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleSummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SlmpDeviceRangeSampleSummary
impl RefUnwindSafe for SlmpDeviceRangeSampleSummary
impl Send for SlmpDeviceRangeSampleSummary
impl Sync for SlmpDeviceRangeSampleSummary
impl Unpin for SlmpDeviceRangeSampleSummary
impl UnsafeUnpin for SlmpDeviceRangeSampleSummary
impl UnwindSafe for SlmpDeviceRangeSampleSummary
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