Struct qapi_qmp::ThrottleLimits
source · [−]pub struct ThrottleLimits {Show 19 fields
pub iops_size: Option<i32>,
pub iops_total_max: Option<i32>,
pub iops_total: Option<i32>,
pub iops_read_max: Option<i32>,
pub iops_write_max_length: Option<i32>,
pub bps_total_max_length: Option<i32>,
pub iops_read_max_length: Option<i32>,
pub bps_read_max: Option<i32>,
pub iops_total_max_length: Option<i32>,
pub iops_write_max: Option<i32>,
pub bps_write: Option<i32>,
pub bps_total_max: Option<i32>,
pub iops_write: Option<i32>,
pub bps_read: Option<i32>,
pub bps_write_max_length: Option<i32>,
pub bps_write_max: Option<i32>,
pub iops_read: Option<i32>,
pub bps_total: Option<i32>,
pub bps_read_max_length: Option<i32>,
}Fields
iops_size: Option<i32>iops_total_max: Option<i32>iops_total: Option<i32>iops_read_max: Option<i32>iops_write_max_length: Option<i32>bps_total_max_length: Option<i32>iops_read_max_length: Option<i32>bps_read_max: Option<i32>iops_total_max_length: Option<i32>iops_write_max: Option<i32>bps_write: Option<i32>bps_total_max: Option<i32>iops_write: Option<i32>bps_read: Option<i32>bps_write_max_length: Option<i32>bps_write_max: Option<i32>iops_read: Option<i32>bps_total: Option<i32>bps_read_max_length: Option<i32>Trait Implementations
sourceimpl Clone for ThrottleLimits
impl Clone for ThrottleLimits
sourcefn clone(&self) -> ThrottleLimits
fn clone(&self) -> ThrottleLimits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ThrottleLimits
impl Debug for ThrottleLimits
sourceimpl Default for ThrottleLimits
impl Default for ThrottleLimits
sourcefn default() -> ThrottleLimits
fn default() -> ThrottleLimits
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ThrottleLimits
impl<'de> Deserialize<'de> for ThrottleLimits
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ThrottleLimits
impl Serialize for ThrottleLimits
Auto Trait Implementations
impl RefUnwindSafe for ThrottleLimits
impl Send for ThrottleLimits
impl Sync for ThrottleLimits
impl Unpin for ThrottleLimits
impl UnwindSafe for ThrottleLimits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more