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