Struct ILocalContentSuggestionSettings_Vtbl
#[repr(C)]pub struct ILocalContentSuggestionSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Locations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAqsFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AqsFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PropertiesToMatch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§Locations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAqsFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AqsFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§PropertiesToMatch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for ILocalContentSuggestionSettings_Vtbl
impl RefUnwindSafe for ILocalContentSuggestionSettings_Vtbl
impl Send for ILocalContentSuggestionSettings_Vtbl
impl Sync for ILocalContentSuggestionSettings_Vtbl
impl Unpin for ILocalContentSuggestionSettings_Vtbl
impl UnwindSafe for ILocalContentSuggestionSettings_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