Struct ISearchScopeRule_Vtbl
#[repr(C)]pub struct ISearchScopeRule_Vtbl {
pub base__: IUnknown_Vtbl,
pub PatternOrURL: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub IsIncluded: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub IsDefault: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub FollowFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PatternOrURL: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§IsIncluded: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§IsDefault: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§FollowFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl ISearchScopeRule_Vtbl
impl ISearchScopeRule_Vtbl
pub const fn new<Identity: ISearchScopeRule_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISearchScopeRule_Vtbl
impl RefUnwindSafe for ISearchScopeRule_Vtbl
impl Send for ISearchScopeRule_Vtbl
impl Sync for ISearchScopeRule_Vtbl
impl Unpin for ISearchScopeRule_Vtbl
impl UnwindSafe for ISearchScopeRule_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