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

#[repr(C)]
pub struct IWICPixelFormatInfo2 { pub lpVtbl: *const IWICPixelFormatInfo2Vtbl, }

Fields

lpVtbl: *const IWICPixelFormatInfo2Vtbl

Methods

impl IWICPixelFormatInfo2[src]

pub unsafe fn SupportsTransparency(
    &self,
    pfSupportsTransparency: *mut BOOL
) -> HRESULT
[src]

pub unsafe fn GetNumericRepresentation(
    &self,
    pNumericRepresentation: *mut WICPixelFormatNumericRepresentation
) -> HRESULT
[src]

Methods from Deref<Target = IWICPixelFormatInfo>

pub unsafe fn GetFormatGUID(&self, pFormat: *mut GUID) -> HRESULT[src]

pub unsafe fn GetColorContext(
    &self,
    ppIColorContext: *mut *mut IWICColorContext
) -> HRESULT
[src]

pub unsafe fn GetBitsPerPixel(&self, puiBitsPerPixel: *mut UINT) -> HRESULT[src]

pub unsafe fn GetChannelCount(&self, puiChannelCount: *mut UINT) -> HRESULT[src]

pub unsafe fn GetChannelMask(
    &self,
    uiChannelIndex: UINT,
    cbMaskBuffer: UINT,
    pbMaskBuffer: *mut BYTE,
    pcbActual: *mut UINT
) -> HRESULT
[src]

Trait Implementations

impl Interface for IWICPixelFormatInfo2[src]

impl Deref for IWICPixelFormatInfo2[src]

type Target = IWICPixelFormatInfo

The resulting type after dereferencing.

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]