Struct IAutomaticUpdatesSettings2_Vtbl
#[repr(C)]pub struct IAutomaticUpdatesSettings2_Vtbl {
pub base__: IAutomaticUpdatesSettings_Vtbl,
pub IncludeRecommendedUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetIncludeRecommendedUpdates: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub CheckPermission: unsafe extern "system" fn(_: *mut c_void, _: AutomaticUpdatesUserType, _: AutomaticUpdatesPermissionType, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IAutomaticUpdatesSettings_Vtbl
§IncludeRecommendedUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetIncludeRecommendedUpdates: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§CheckPermission: unsafe extern "system" fn(_: *mut c_void, _: AutomaticUpdatesUserType, _: AutomaticUpdatesPermissionType, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IAutomaticUpdatesSettings2_Vtbl
impl IAutomaticUpdatesSettings2_Vtbl
pub const fn new<Identity: IAutomaticUpdatesSettings2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAutomaticUpdatesSettings2_Vtbl
impl RefUnwindSafe for IAutomaticUpdatesSettings2_Vtbl
impl Send for IAutomaticUpdatesSettings2_Vtbl
impl Sync for IAutomaticUpdatesSettings2_Vtbl
impl Unpin for IAutomaticUpdatesSettings2_Vtbl
impl UnwindSafe for IAutomaticUpdatesSettings2_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