Struct qapi_qmp::MainLoopProperties
source · [−]pub struct MainLoopProperties {
pub base: EventLoopBaseProperties,
}Fields
base: EventLoopBasePropertiesTrait Implementations
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 MainLoopProperties
impl Clone for MainLoopProperties
sourcefn clone(&self) -> MainLoopProperties
fn clone(&self) -> MainLoopProperties
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 MainLoopProperties
impl Debug for MainLoopProperties
sourceimpl<'de> Deserialize<'de> for MainLoopProperties
impl<'de> Deserialize<'de> for MainLoopProperties
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 MainLoopProperties
impl<T: Into<EventLoopBaseProperties>> From<T> for MainLoopProperties
sourceimpl Serialize for MainLoopProperties
impl Serialize for MainLoopProperties
Auto Trait Implementations
impl RefUnwindSafe for MainLoopProperties
impl Send for MainLoopProperties
impl Sync for MainLoopProperties
impl Unpin for MainLoopProperties
impl UnwindSafe for MainLoopProperties
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