#[repr(C)]
pub struct IIdleSettingsVtbl {
    pub parent: IDispatchVtbl,
    pub get_IdleDuration: unsafe extern "system" fn(This: *mut IIdleSettings, pDelay: *mut BSTR) -> HRESULT,
    pub put_IdleDuration: unsafe extern "system" fn(This: *mut IIdleSettings, pDelay: BSTR) -> HRESULT,
    pub get_WaitTimeout: unsafe extern "system" fn(This: *mut IIdleSettings, pTimeout: *mut BSTR) -> HRESULT,
    pub put_WaitTimeout: unsafe extern "system" fn(This: *mut IIdleSettings, pTimeout: BSTR) -> HRESULT,
    pub get_StopOnIdleEnd: unsafe extern "system" fn(This: *mut IIdleSettings, pStop: *mut VARIANT_BOOL) -> HRESULT,
    pub put_StopOnIdleEnd: unsafe extern "system" fn(This: *mut IIdleSettings, pStop: VARIANT_BOOL) -> HRESULT,
    pub get_RestartOnIdle: unsafe extern "system" fn(This: *mut IIdleSettings, pRestart: *mut VARIANT_BOOL) -> HRESULT,
    pub put_RestartOnIdle: unsafe extern "system" fn(This: *mut IIdleSettings, pRestart: VARIANT_BOOL) -> HRESULT,
}
impl<T> Any for T where
    T: 'static + ?Sized, 
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
    U: From<T>, 
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.