#[repr(C)]pub struct IWindowsUpdateRestartRequestOptions_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub Title: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetTitle: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub MoreInfoUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMoreInfoUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ComplianceDeadlineInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetComplianceDeadlineInDays: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ComplianceGracePeriodInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetComplianceGracePeriodInDays: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub OrganizationName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetOrganizationName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub OptOutOfAutoReboot: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetOptOutOfAutoReboot: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Title: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetTitle: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§MoreInfoUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetMoreInfoUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ComplianceDeadlineInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetComplianceDeadlineInDays: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ComplianceGracePeriodInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetComplianceGracePeriodInDays: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§OrganizationName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetOrganizationName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§OptOutOfAutoReboot: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetOptOutOfAutoReboot: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWindowsUpdateRestartRequestOptions_Vtbl
impl RefUnwindSafe for IWindowsUpdateRestartRequestOptions_Vtbl
impl Send for IWindowsUpdateRestartRequestOptions_Vtbl
impl Sync for IWindowsUpdateRestartRequestOptions_Vtbl
impl Unpin for IWindowsUpdateRestartRequestOptions_Vtbl
impl UnwindSafe for IWindowsUpdateRestartRequestOptions_Vtbl
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