#[repr(C)]pub struct IPropertyDescriptionSearchInfo_Vtbl {
pub base__: IPropertyDescription_Vtbl,
pub GetSearchInfoFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_SEARCHINFO_FLAGS) -> HRESULT,
pub GetColumnIndexType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_COLUMNINDEX_TYPE) -> HRESULT,
pub GetProjectionString: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetMaxSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IPropertyDescription_Vtbl
§GetSearchInfoFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_SEARCHINFO_FLAGS) -> HRESULT
§GetColumnIndexType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_COLUMNINDEX_TYPE) -> HRESULT
§GetProjectionString: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetMaxSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IPropertyDescriptionSearchInfo_Vtbl
impl IPropertyDescriptionSearchInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPropertyDescriptionSearchInfo_Vtblwhere
Identity: IPropertyDescriptionSearchInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPropertyDescriptionSearchInfo_Vtbl
impl RefUnwindSafe for IPropertyDescriptionSearchInfo_Vtbl
impl Send for IPropertyDescriptionSearchInfo_Vtbl
impl Sync for IPropertyDescriptionSearchInfo_Vtbl
impl Unpin for IPropertyDescriptionSearchInfo_Vtbl
impl UnwindSafe for IPropertyDescriptionSearchInfo_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