Struct ICategorizer_Vtbl
#[repr(C)]pub struct ICategorizer_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetDescription: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT,
pub GetCategory: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const *const ITEMIDLIST, _: *mut u32) -> HRESULT,
pub GetCategoryInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut CATEGORY_INFO) -> HRESULT,
pub CompareCategory: unsafe extern "system" fn(_: *mut c_void, _: CATSORT_FLAGS, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetDescription: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT
§GetCategory: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const *const ITEMIDLIST, _: *mut u32) -> HRESULT
§GetCategoryInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut CATEGORY_INFO) -> HRESULT
§CompareCategory: unsafe extern "system" fn(_: *mut c_void, _: CATSORT_FLAGS, _: u32, _: u32) -> HRESULT
Implementations§
§impl ICategorizer_Vtbl
impl ICategorizer_Vtbl
pub const fn new<Identity: ICategorizer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICategorizer_Vtbl
impl RefUnwindSafe for ICategorizer_Vtbl
impl Send for ICategorizer_Vtbl
impl Sync for ICategorizer_Vtbl
impl Unpin for ICategorizer_Vtbl
impl UnwindSafe for ICategorizer_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