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