Struct panda_sys::ImageInfo[][src]

#[repr(C)]
pub struct ImageInfo {
Show 25 fields pub filename: *mut c_char, pub format: *mut c_char, pub has_dirty_flag: bool, pub dirty_flag: bool, pub has_actual_size: bool, pub actual_size: i64, pub virtual_size: i64, pub has_cluster_size: bool, pub cluster_size: i64, pub has_encrypted: bool, pub encrypted: bool, pub has_compressed: bool, pub compressed: bool, pub has_backing_filename: bool, pub backing_filename: *mut c_char, pub has_full_backing_filename: bool, pub full_backing_filename: *mut c_char, pub has_backing_filename_format: bool, pub backing_filename_format: *mut c_char, pub has_snapshots: bool, pub snapshots: *mut SnapshotInfoList, pub has_backing_image: bool, pub backing_image: *mut ImageInfo, pub has_format_specific: bool, pub format_specific: *mut ImageInfoSpecific,
}

Fields

filename: *mut c_charformat: *mut c_charhas_dirty_flag: booldirty_flag: boolhas_actual_size: boolactual_size: i64virtual_size: i64has_cluster_size: boolcluster_size: i64has_encrypted: boolencrypted: boolhas_compressed: boolcompressed: boolhas_backing_filename: boolbacking_filename: *mut c_charhas_full_backing_filename: boolfull_backing_filename: *mut c_charhas_backing_filename_format: boolbacking_filename_format: *mut c_charhas_snapshots: boolsnapshots: *mut SnapshotInfoListhas_backing_image: boolbacking_image: *mut ImageInfohas_format_specific: boolformat_specific: *mut ImageInfoSpecific

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.