#[repr(C)]
pub struct IMaintenanceSettingsVtbl {
    pub parent: IDispatchVtbl,
    pub put_Period: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: BSTR) -> HRESULT,
    pub get_Period: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut BSTR) -> HRESULT,
    pub put_Deadline: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: BSTR) -> HRESULT,
    pub get_Deadline: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut BSTR) -> HRESULT,
    pub put_Exclusive: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: VARIANT_BOOL) -> HRESULT,
    pub get_Exclusive: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut 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.