[][src]Struct winapi::um::wincodec::IWICPixelFormatInfoVtbl

#[repr(C)]
pub struct IWICPixelFormatInfoVtbl {
    pub parent: IWICComponentInfoVtbl,
    pub GetFormatGUID: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, pFormat: *mut GUID) -> HRESULT,
    pub GetColorContext: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, ppIColorContext: *mut *mut IWICColorContext) -> HRESULT,
    pub GetBitsPerPixel: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, puiBitsPerPixel: *mut UINT) -> HRESULT,
    pub GetChannelCount: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, puiChannelCount: *mut UINT) -> HRESULT,
    pub GetChannelMask: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, uiChannelIndex: UINT, cbMaskBuffer: UINT, pbMaskBuffer: *mut BYTE, pcbActual: *mut UINT) -> HRESULT,
}

Fields

parent: IWICComponentInfoVtblGetFormatGUID: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, pFormat: *mut GUID) -> HRESULTGetColorContext: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, ppIColorContext: *mut *mut IWICColorContext) -> HRESULTGetBitsPerPixel: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, puiBitsPerPixel: *mut UINT) -> HRESULTGetChannelCount: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, puiChannelCount: *mut UINT) -> HRESULTGetChannelMask: unsafe extern "system" fn(This: *mut IWICPixelFormatInfo, uiChannelIndex: UINT, cbMaskBuffer: UINT, pbMaskBuffer: *mut BYTE, pcbActual: *mut UINT) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]