#[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,
}
Fields§
§parent: IDispatchVtbl
§put_Period: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: BSTR) -> HRESULT
§get_Period: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut BSTR) -> HRESULT
§put_Deadline: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: BSTR) -> HRESULT
§get_Deadline: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut BSTR) -> HRESULT
§put_Exclusive: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: VARIANT_BOOL) -> HRESULT
§get_Exclusive: unsafe extern "system" fn(This: *mut IMaintenanceSettings, target: *mut VARIANT_BOOL) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMaintenanceSettingsVtbl
impl RefUnwindSafe for IMaintenanceSettingsVtbl
impl Send for IMaintenanceSettingsVtbl
impl Sync for IMaintenanceSettingsVtbl
impl Unpin for IMaintenanceSettingsVtbl
impl UnwindSafe for IMaintenanceSettingsVtbl
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