Struct qapi_qmp::EventLoopBaseProperties
source · [−]pub struct EventLoopBaseProperties {
pub aio_max_batch: Option<i64>,
pub thread_pool_max: Option<i64>,
pub thread_pool_min: Option<i64>,
}Fields
aio_max_batch: Option<i64>thread_pool_max: Option<i64>thread_pool_min: 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 AsRef<EventLoopBaseProperties> for MainLoopProperties
impl AsRef<EventLoopBaseProperties> for MainLoopProperties
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 EventLoopBaseProperties
impl Clone for EventLoopBaseProperties
sourcefn clone(&self) -> EventLoopBaseProperties
fn clone(&self) -> EventLoopBaseProperties
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 EventLoopBaseProperties
impl Debug for EventLoopBaseProperties
sourceimpl Default for EventLoopBaseProperties
impl Default for EventLoopBaseProperties
sourcefn default() -> EventLoopBaseProperties
fn default() -> EventLoopBaseProperties
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for EventLoopBaseProperties
impl<'de> Deserialize<'de> for EventLoopBaseProperties
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 EventLoopBaseProperties
impl Serialize for EventLoopBaseProperties
Auto Trait Implementations
impl RefUnwindSafe for EventLoopBaseProperties
impl Send for EventLoopBaseProperties
impl Sync for EventLoopBaseProperties
impl Unpin for EventLoopBaseProperties
impl UnwindSafe for EventLoopBaseProperties
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