Struct windows::Win32::System::Search::IUrlAccessor4_Vtbl
#[repr(C)]pub struct IUrlAccessor4_Vtbl {
pub base__: IUrlAccessor3_Vtbl,
pub ShouldIndexItemContent: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ShouldIndexProperty: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUrlAccessor3_Vtbl
§ShouldIndexItemContent: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§ShouldIndexProperty: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut BOOL) -> HRESULT
Implementations§
§impl IUrlAccessor4_Vtbl
impl IUrlAccessor4_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUrlAccessor4_Vtblwhere
Identity: IUrlAccessor4_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUrlAccessor4_Vtbl
impl RefUnwindSafe for IUrlAccessor4_Vtbl
impl Send for IUrlAccessor4_Vtbl
impl Sync for IUrlAccessor4_Vtbl
impl Unpin for IUrlAccessor4_Vtbl
impl UnwindSafe for IUrlAccessor4_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