Struct windows::Win32::Graphics::Imaging::IWICColorContext_Vtbl
#[repr(C)]pub struct IWICColorContext_Vtbl {
pub base__: IUnknown_Vtbl,
pub InitializeFromFilename: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub InitializeFromMemory: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> HRESULT,
pub InitializeFromExifColorSpace: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut WICColorContextType) -> HRESULT,
pub GetProfileBytes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub GetExifColorSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InitializeFromFilename: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§InitializeFromMemory: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> HRESULT
§InitializeFromExifColorSpace: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut WICColorContextType) -> HRESULT
§GetProfileBytes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
§GetExifColorSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IWICColorContext_Vtbl
impl IWICColorContext_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICColorContext_Vtblwhere
Identity: IWICColorContext_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICColorContext_Vtbl
impl RefUnwindSafe for IWICColorContext_Vtbl
impl Send for IWICColorContext_Vtbl
impl Sync for IWICColorContext_Vtbl
impl Unpin for IWICColorContext_Vtbl
impl UnwindSafe for IWICColorContext_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