Struct windows::Win32::Graphics::Imaging::IWICPixelFormatInfo2_Vtbl
#[repr(C)]pub struct IWICPixelFormatInfo2_Vtbl {
pub base__: IWICPixelFormatInfo_Vtbl,
pub SupportsTransparency: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub GetNumericRepresentation: unsafe extern "system" fn(_: *mut c_void, _: *mut WICPixelFormatNumericRepresentation) -> HRESULT,
}
Fields§
§base__: IWICPixelFormatInfo_Vtbl
§SupportsTransparency: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§GetNumericRepresentation: unsafe extern "system" fn(_: *mut c_void, _: *mut WICPixelFormatNumericRepresentation) -> HRESULT
Implementations§
§impl IWICPixelFormatInfo2_Vtbl
impl IWICPixelFormatInfo2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICPixelFormatInfo2_Vtblwhere
Identity: IWICPixelFormatInfo2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICPixelFormatInfo2_Vtbl
impl RefUnwindSafe for IWICPixelFormatInfo2_Vtbl
impl Send for IWICPixelFormatInfo2_Vtbl
impl Sync for IWICPixelFormatInfo2_Vtbl
impl Unpin for IWICPixelFormatInfo2_Vtbl
impl UnwindSafe for IWICPixelFormatInfo2_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