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