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