Struct windows::Win32::UI::ColorSystem::IGamutMapModelPlugIn_Vtbl
#[repr(C)]pub struct IGamutMapModelPlugIn_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut c_void, _: *mut c_void, _: *const GamutBoundaryDescription, _: *const GamutBoundaryDescription) -> HRESULT,
pub SourceToDestinationAppearanceColors: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const JChColorF, _: *mut JChColorF) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut c_void, _: *mut c_void, _: *const GamutBoundaryDescription, _: *const GamutBoundaryDescription) -> HRESULT
§SourceToDestinationAppearanceColors: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const JChColorF, _: *mut JChColorF) -> HRESULT
Implementations§
§impl IGamutMapModelPlugIn_Vtbl
impl IGamutMapModelPlugIn_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGamutMapModelPlugIn_Vtblwhere
Identity: IGamutMapModelPlugIn_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGamutMapModelPlugIn_Vtbl
impl RefUnwindSafe for IGamutMapModelPlugIn_Vtbl
impl Send for IGamutMapModelPlugIn_Vtbl
impl Sync for IGamutMapModelPlugIn_Vtbl
impl Unpin for IGamutMapModelPlugIn_Vtbl
impl UnwindSafe for IGamutMapModelPlugIn_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