Struct winapi::dwrite::IDWritePixelSnapping [] [src]

pub struct IDWritePixelSnapping {
    pub lpVtbl: *const IDWritePixelSnappingVtbl,
}

Fields

lpVtbl: *const IDWritePixelSnappingVtbl

Methods

impl IDWritePixelSnapping
[src]

unsafe fn IsPixelSnappingDisabled(&mut self, clientDrawingContext: *mut c_void, isDisabled: *mut BOOL) -> HRESULT

unsafe fn GetCurrentTransform(&mut self, clientDrawingContext: *mut c_void, transform: *mut DWRITE_MATRIX) -> HRESULT

unsafe fn GetPixelsPerDip(&mut self, clientDrawingContext: *mut c_void, pixelsPerDip: *mut FLOAT) -> HRESULT

Methods from Deref<Target=IUnknown>

unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for IDWritePixelSnapping
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IDWritePixelSnapping
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IDWritePixelSnapping
[src]

fn deref_mut(&mut self) -> &mut IUnknown

The method called to mutably dereference a value