#[repr(C)]pub struct BlockdevBackup {Show 13 fields
pub has_job_id: bool,
pub job_id: *mut i8,
pub device: *mut i8,
pub target: *mut i8,
pub sync: u32,
pub has_speed: bool,
pub speed: i64,
pub has_compress: bool,
pub compress: bool,
pub has_on_source_error: bool,
pub on_source_error: u32,
pub has_on_target_error: bool,
pub on_target_error: u32,
}Fields§
§has_job_id: bool§job_id: *mut i8§device: *mut i8§target: *mut i8§sync: u32§has_speed: bool§speed: i64§has_compress: bool§compress: bool§has_on_source_error: bool§on_source_error: u32§has_on_target_error: bool§on_target_error: u32Trait Implementations§
Source§impl Clone for BlockdevBackup
impl Clone for BlockdevBackup
Source§fn clone(&self) -> BlockdevBackup
fn clone(&self) -> BlockdevBackup
Returns a duplicate of the value. Read more
1.0.0 · 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 BlockdevBackup
impl Debug for BlockdevBackup
impl Copy for BlockdevBackup
Auto Trait Implementations§
impl Freeze for BlockdevBackup
impl RefUnwindSafe for BlockdevBackup
impl !Send for BlockdevBackup
impl !Sync for BlockdevBackup
impl Unpin for BlockdevBackup
impl UnwindSafe for BlockdevBackup
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