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

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

Fields

lpVtbl: *const IWICBitmapVtbl

Methods

impl IWICBitmap[src]

pub unsafe fn Lock(
    &self,
    prcLock: *const WICRect,
    flags: DWORD,
    ppILock: *mut *mut IWICBitmapLock
) -> HRESULT
[src]

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

pub unsafe fn SetResolution(&self, dpiX: c_double, dpiY: c_double) -> 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 IWICBitmap[src]

impl Deref for IWICBitmap[src]

type Target = IWICBitmapSource

The resulting type after dereferencing.

Auto Trait Implementations

impl !Send for IWICBitmap

impl !Sync for IWICBitmap

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]