Struct qapi_qmp::DirtyLimitInfo
source · [−]Fields
cpu_index: i64current_rate: u64limit_rate: u64Trait Implementations
sourceimpl Clone for DirtyLimitInfo
impl Clone for DirtyLimitInfo
sourcefn clone(&self) -> DirtyLimitInfo
fn clone(&self) -> DirtyLimitInfo
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 moresourceimpl Debug for DirtyLimitInfo
impl Debug for DirtyLimitInfo
sourceimpl<'de> Deserialize<'de> for DirtyLimitInfo
impl<'de> Deserialize<'de> for DirtyLimitInfo
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 DirtyLimitInfo
impl Serialize for DirtyLimitInfo
Auto Trait Implementations
impl RefUnwindSafe for DirtyLimitInfo
impl Send for DirtyLimitInfo
impl Sync for DirtyLimitInfo
impl Unpin for DirtyLimitInfo
impl UnwindSafe for DirtyLimitInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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