#[repr(C)]pub struct IWindowsUpdateApprovalData_Vtbl {
pub base__: IInspectable_Vtbl,
pub Seeker: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSeeker: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AllowDownloadOnMetered: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAllowDownloadOnMetered: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ComplianceDeadlineInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetComplianceDeadlineInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ComplianceGracePeriodInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetComplianceGracePeriodInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OptOutOfAutoReboot: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetOptOutOfAutoReboot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Seeker: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSeeker: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AllowDownloadOnMetered: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetAllowDownloadOnMetered: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ComplianceDeadlineInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetComplianceDeadlineInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ComplianceGracePeriodInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetComplianceGracePeriodInDays: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OptOutOfAutoReboot: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetOptOutOfAutoReboot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWindowsUpdateApprovalData_Vtbl
impl RefUnwindSafe for IWindowsUpdateApprovalData_Vtbl
impl Send for IWindowsUpdateApprovalData_Vtbl
impl Sync for IWindowsUpdateApprovalData_Vtbl
impl Unpin for IWindowsUpdateApprovalData_Vtbl
impl UnwindSafe for IWindowsUpdateApprovalData_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