Struct panda_sys::ImageCheck [−][src]
#[repr(C)]pub struct ImageCheck {}Show fields
pub filename: *mut c_char, pub format: *mut c_char, pub check_errors: i64, pub has_image_end_offset: bool, pub image_end_offset: i64, pub has_corruptions: bool, pub corruptions: i64, pub has_leaks: bool, pub leaks: i64, pub has_corruptions_fixed: bool, pub corruptions_fixed: i64, pub has_leaks_fixed: bool, pub leaks_fixed: i64, pub has_total_clusters: bool, pub total_clusters: i64, pub has_allocated_clusters: bool, pub allocated_clusters: i64, pub has_fragmented_clusters: bool, pub fragmented_clusters: i64, pub has_compressed_clusters: bool, pub compressed_clusters: i64,
Fields
filename: *mut c_charformat: *mut c_charcheck_errors: i64has_image_end_offset: boolimage_end_offset: i64has_corruptions: boolcorruptions: i64has_leaks: boolleaks: i64has_corruptions_fixed: boolcorruptions_fixed: i64has_leaks_fixed: boolleaks_fixed: i64has_total_clusters: booltotal_clusters: i64has_allocated_clusters: boolallocated_clusters: i64has_fragmented_clusters: boolfragmented_clusters: i64has_compressed_clusters: boolcompressed_clusters: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageCheckimpl !Send for ImageCheckimpl !Sync for ImageCheckimpl Unpin for ImageCheckimpl UnwindSafe for ImageCheckBlanket Implementations
Mutably borrows from an owned value. Read more