#[repr(C)]pub struct IWICBitmapClipper {
pub lpVtbl: *const IWICBitmapClipperVtbl,
}
Fields§
§lpVtbl: *const IWICBitmapClipperVtbl
Implementations§
Source§impl IWICBitmapClipper
impl IWICBitmapClipper
pub unsafe fn Initialize( &self, pISource: *const IWICBitmapSource, prc: *const WICRect, ) -> HRESULT
Methods from Deref<Target = IWICBitmapSource>§
pub unsafe fn GetSize( &self, puiWidth: *mut UINT, puiHeight: *mut UINT, ) -> HRESULT
pub unsafe fn GetPixelFormat( &self, pPixelFormat: *mut WICPixelFormatGUID, ) -> HRESULT
pub unsafe fn GetResolution( &self, pDpiX: *mut c_double, pDpiY: *mut c_double, ) -> HRESULT
pub unsafe fn CopyPalette(&self, pIPalette: *mut IWICPalette) -> HRESULT
pub unsafe fn CopyPixels( &self, prc: *const WICRect, cbStride: UINT, cbBufferSize: UINT, pbBuffer: *mut BYTE, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWICBitmapClipper
impl Deref for IWICBitmapClipper
Source§type Target = IWICBitmapSource
type Target = IWICBitmapSource
The resulting type after dereferencing.
Source§fn deref(&self) -> &IWICBitmapSource
fn deref(&self) -> &IWICBitmapSource
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IWICBitmapClipper
impl RefUnwindSafe for IWICBitmapClipper
impl !Send for IWICBitmapClipper
impl !Sync for IWICBitmapClipper
impl Unpin for IWICBitmapClipper
impl UnwindSafe for IWICBitmapClipper
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more