Struct IMDFind_Vtbl
#[repr(C)]pub struct IMDFind_Vtbl {
pub base__: IUnknown_Vtbl,
pub FindCell: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const PCWSTR, _: *mut usize) -> HRESULT,
pub FindTuple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: usize, _: usize, _: *const PCWSTR, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§FindCell: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *const PCWSTR, _: *mut usize) -> HRESULT
§FindTuple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: usize, _: usize, _: *const PCWSTR, _: *mut u32) -> HRESULT
Implementations§
§impl IMDFind_Vtbl
impl IMDFind_Vtbl
pub const fn new<Identity: IMDFind_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMDFind_Vtbl
impl RefUnwindSafe for IMDFind_Vtbl
impl Send for IMDFind_Vtbl
impl Sync for IMDFind_Vtbl
impl Unpin for IMDFind_Vtbl
impl UnwindSafe for IMDFind_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