#[repr(C)]pub struct MigrationParameters {Show 20 fields
pub has_compress_level: bool,
pub compress_level: i64,
pub has_compress_threads: bool,
pub compress_threads: i64,
pub has_decompress_threads: bool,
pub decompress_threads: i64,
pub has_cpu_throttle_initial: bool,
pub cpu_throttle_initial: i64,
pub has_cpu_throttle_increment: bool,
pub cpu_throttle_increment: i64,
pub has_tls_creds: bool,
pub tls_creds: *mut i8,
pub has_tls_hostname: bool,
pub tls_hostname: *mut i8,
pub has_max_bandwidth: bool,
pub max_bandwidth: i64,
pub has_downtime_limit: bool,
pub downtime_limit: i64,
pub has_x_checkpoint_delay: bool,
pub x_checkpoint_delay: i64,
}Fields§
§has_compress_level: bool§compress_level: i64§has_compress_threads: bool§compress_threads: i64§has_decompress_threads: bool§decompress_threads: i64§has_cpu_throttle_initial: bool§cpu_throttle_initial: i64§has_cpu_throttle_increment: bool§cpu_throttle_increment: i64§has_tls_creds: bool§tls_creds: *mut i8§has_tls_hostname: bool§tls_hostname: *mut i8§has_max_bandwidth: bool§max_bandwidth: i64§has_downtime_limit: bool§downtime_limit: i64§has_x_checkpoint_delay: bool§x_checkpoint_delay: i64Trait Implementations§
Source§impl Clone for MigrationParameters
impl Clone for MigrationParameters
Source§fn clone(&self) -> MigrationParameters
fn clone(&self) -> MigrationParameters
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 MigrationParameters
impl Debug for MigrationParameters
impl Copy for MigrationParameters
Auto Trait Implementations§
impl Freeze for MigrationParameters
impl RefUnwindSafe for MigrationParameters
impl !Send for MigrationParameters
impl !Sync for MigrationParameters
impl Unpin for MigrationParameters
impl UnwindSafe for MigrationParameters
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