Struct windows::Win32::System::Search::IUrlAccessor3_Vtbl
#[repr(C)]pub struct IUrlAccessor3_Vtbl {
pub base__: IUrlAccessor2_Vtbl,
pub GetImpersonationSidBlobs: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut *mut BLOB) -> HRESULT,
}
Fields§
§base__: IUrlAccessor2_Vtbl
§GetImpersonationSidBlobs: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut *mut BLOB) -> HRESULT
Implementations§
§impl IUrlAccessor3_Vtbl
impl IUrlAccessor3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUrlAccessor3_Vtblwhere
Identity: IUrlAccessor3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUrlAccessor3_Vtbl
impl RefUnwindSafe for IUrlAccessor3_Vtbl
impl Send for IUrlAccessor3_Vtbl
impl Sync for IUrlAccessor3_Vtbl
impl Unpin for IUrlAccessor3_Vtbl
impl UnwindSafe for IUrlAccessor3_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