pub struct IothreadProperties {
pub base: EventLoopBaseProperties,
pub poll_grow: Option<i64>,
pub poll_max_ns: Option<i64>,
pub poll_shrink: Option<i64>,
}
Fields§
§base: EventLoopBaseProperties
§poll_grow: Option<i64>
§poll_max_ns: Option<i64>
§poll_shrink: Option<i64>
Trait Implementations§
Source§impl AsRef<EventLoopBaseProperties> for IothreadProperties
impl AsRef<EventLoopBaseProperties> for IothreadProperties
Source§fn as_ref(&self) -> &EventLoopBaseProperties
fn as_ref(&self) -> &EventLoopBaseProperties
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for IothreadProperties
impl Clone for IothreadProperties
Source§fn clone(&self) -> IothreadProperties
fn clone(&self) -> IothreadProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IothreadProperties
impl Debug for IothreadProperties
Source§impl<'de> Deserialize<'de> for IothreadProperties
impl<'de> Deserialize<'de> for IothreadProperties
Source§fn 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
Source§impl<T: Into<EventLoopBaseProperties>> From<T> for IothreadProperties
impl<T: Into<EventLoopBaseProperties>> From<T> for IothreadProperties
Auto Trait Implementations§
impl Freeze for IothreadProperties
impl RefUnwindSafe for IothreadProperties
impl Send for IothreadProperties
impl Sync for IothreadProperties
impl Unpin for IothreadProperties
impl UnwindSafe for IothreadProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more