Struct IExtractIconA_Vtbl
#[repr(C)]pub struct IExtractIconA_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetIconLocation: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PSTR, _: u32, _: *mut i32, _: *mut u32) -> HRESULT,
pub Extract: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32, _: *mut HICON, _: *mut HICON, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetIconLocation: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PSTR, _: u32, _: *mut i32, _: *mut u32) -> HRESULT
§Extract: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32, _: *mut HICON, _: *mut HICON, _: u32) -> HRESULT
Implementations§
§impl IExtractIconA_Vtbl
impl IExtractIconA_Vtbl
pub const fn new<Identity: IExtractIconA_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IExtractIconA_Vtbl
impl RefUnwindSafe for IExtractIconA_Vtbl
impl Send for IExtractIconA_Vtbl
impl Sync for IExtractIconA_Vtbl
impl Unpin for IExtractIconA_Vtbl
impl UnwindSafe for IExtractIconA_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