Struct IColumnProvider_Vtbl
#[repr(C)]pub struct IColumnProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *const SHCOLUMNINIT) -> HRESULT,
pub GetColumnInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SHCOLUMNINFO) -> HRESULT,
pub GetItemData: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const SHCOLUMNDATA, _: *mut VARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *const SHCOLUMNINIT) -> HRESULT
§GetColumnInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SHCOLUMNINFO) -> HRESULT
§GetItemData: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const SHCOLUMNDATA, _: *mut VARIANT) -> HRESULT
Implementations§
§impl IColumnProvider_Vtbl
impl IColumnProvider_Vtbl
pub const fn new<Identity: IColumnProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IColumnProvider_Vtbl
impl RefUnwindSafe for IColumnProvider_Vtbl
impl Send for IColumnProvider_Vtbl
impl Sync for IColumnProvider_Vtbl
impl Unpin for IColumnProvider_Vtbl
impl UnwindSafe for IColumnProvider_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