Struct panda_sys::DriveBackup [−][src]
#[repr(C)]pub struct DriveBackup {}Show fields
pub has_job_id: bool, pub job_id: *mut c_char, pub device: *mut c_char, pub target: *mut c_char, pub has_format: bool, pub format: *mut c_char, pub sync: MirrorSyncMode, pub has_mode: bool, pub mode: NewImageMode, pub has_speed: bool, pub speed: i64, pub has_bitmap: bool, pub bitmap: *mut c_char, pub has_compress: bool, pub compress: bool, pub has_on_source_error: bool, pub on_source_error: BlockdevOnError, pub has_on_target_error: bool, pub on_target_error: BlockdevOnError,
Fields
has_job_id: booljob_id: *mut c_chardevice: *mut c_chartarget: *mut c_charhas_format: boolformat: *mut c_charsync: MirrorSyncModehas_mode: boolmode: NewImageModehas_speed: boolspeed: i64has_bitmap: boolbitmap: *mut c_charhas_compress: boolcompress: boolhas_on_source_error: boolon_source_error: BlockdevOnErrorhas_on_target_error: boolon_target_error: BlockdevOnErrorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DriveBackupimpl !Send for DriveBackupimpl !Sync for DriveBackupimpl Unpin for DriveBackupimpl UnwindSafe for DriveBackupBlanket Implementations
Mutably borrows from an owned value. Read more