[][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> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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