Struct panda_sys::BlockdevBackup [−][src]
#[repr(C)]pub struct BlockdevBackup {}Show fields
pub has_job_id: bool, pub job_id: *mut c_char, pub device: *mut c_char, pub target: *mut c_char, pub sync: MirrorSyncMode, pub has_speed: bool, pub speed: i64, 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_charsync: MirrorSyncModehas_speed: boolspeed: i64has_compress: boolcompress: boolhas_on_source_error: boolon_source_error: BlockdevOnErrorhas_on_target_error: boolon_target_error: BlockdevOnErrorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevBackupimpl !Send for BlockdevBackupimpl !Sync for BlockdevBackupimpl Unpin for BlockdevBackupimpl UnwindSafe for BlockdevBackupBlanket Implementations
Mutably borrows from an owned value. Read more