Struct windows::Win32::Graphics::Imaging::IWICPixelFormatInfo_Vtbl
#[repr(C)]pub struct IWICPixelFormatInfo_Vtbl {
pub base__: IWICComponentInfo_Vtbl,
pub GetFormatGUID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetColorContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetBitsPerPixel: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetChannelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetChannelMask: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IWICComponentInfo_Vtbl
§GetFormatGUID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetColorContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetBitsPerPixel: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetChannelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetChannelMask: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
Implementations§
§impl IWICPixelFormatInfo_Vtbl
impl IWICPixelFormatInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICPixelFormatInfo_Vtblwhere
Identity: IWICPixelFormatInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICPixelFormatInfo_Vtbl
impl RefUnwindSafe for IWICPixelFormatInfo_Vtbl
impl Send for IWICPixelFormatInfo_Vtbl
impl Sync for IWICPixelFormatInfo_Vtbl
impl Unpin for IWICPixelFormatInfo_Vtbl
impl UnwindSafe for IWICPixelFormatInfo_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