Struct panda_sys::MigrationParameters[][src]

#[repr(C)]
pub struct MigrationParameters {
Show 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 c_char, pub has_tls_hostname: bool, pub tls_hostname: *mut c_char, 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: boolcompress_level: i64has_compress_threads: boolcompress_threads: i64has_decompress_threads: booldecompress_threads: i64has_cpu_throttle_initial: boolcpu_throttle_initial: i64has_cpu_throttle_increment: boolcpu_throttle_increment: i64has_tls_creds: booltls_creds: *mut c_charhas_tls_hostname: booltls_hostname: *mut c_charhas_max_bandwidth: boolmax_bandwidth: i64has_downtime_limit: booldowntime_limit: i64has_x_checkpoint_delay: boolx_checkpoint_delay: i64

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.