Struct qapi_qmp::IothreadProperties
source · [−]pub struct IothreadProperties {
pub base: EventLoopBaseProperties,
pub poll_grow: Option<i64>,
pub poll_max_ns: Option<i64>,
pub poll_shrink: Option<i64>,
}Fields
base: EventLoopBasePropertiespoll_grow: Option<i64>poll_max_ns: Option<i64>poll_shrink: Option<i64>Trait Implementations
sourceimpl AsRef<EventLoopBaseProperties> for IothreadProperties
impl AsRef<EventLoopBaseProperties> for IothreadProperties
sourcefn as_ref(&self) -> &EventLoopBaseProperties
fn as_ref(&self) -> &EventLoopBaseProperties
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for IothreadProperties
impl Clone for IothreadProperties
sourcefn clone(&self) -> IothreadProperties
fn clone(&self) -> IothreadProperties
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 IothreadProperties
impl Debug for IothreadProperties
sourceimpl<'de> Deserialize<'de> for IothreadProperties
impl<'de> Deserialize<'de> for IothreadProperties
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<T: Into<EventLoopBaseProperties>> From<T> for IothreadProperties
impl<T: Into<EventLoopBaseProperties>> From<T> for IothreadProperties
sourceimpl Serialize for IothreadProperties
impl Serialize for IothreadProperties
Auto Trait Implementations
impl RefUnwindSafe for IothreadProperties
impl Send for IothreadProperties
impl Sync for IothreadProperties
impl Unpin for IothreadProperties
impl UnwindSafe for IothreadProperties
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