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

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

Fields

lpVtbl: *const IWICBitmapScalerVtbl

Methods

impl IWICBitmapScaler[src]

pub unsafe fn Initialize(
    &self,
    pISource: *const IWICBitmapSource,
    uiWidth: UINT,
    uiHeight: UINT,
    mode: WICBitmapInterpolationMode
) -> HRESULT
[src]

Methods from Deref<Target = IWICBitmapSource>

pub unsafe fn GetSize(
    &self,
    puiWidth: *mut UINT,
    puiHeight: *mut UINT
) -> HRESULT
[src]

pub unsafe fn GetPixelFormat(
    &self,
    pPixelFormat: *mut WICPixelFormatGUID
) -> HRESULT
[src]

pub unsafe fn GetResolution(
    &self,
    pDpiX: *mut c_double,
    pDpiY: *mut c_double
) -> HRESULT
[src]

pub unsafe fn CopyPalette(&self, pIPalette: *mut IWICPalette) -> HRESULT[src]

pub unsafe fn CopyPixels(
    &self,
    prc: *const WICRect,
    cbStride: UINT,
    cbBufferSize: UINT,
    pbBuffer: *mut BYTE
) -> HRESULT
[src]

Trait Implementations

impl Interface for IWICBitmapScaler[src]

impl Deref for IWICBitmapScaler[src]

type Target = IWICBitmapSource

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]