[][src]Struct winapi::um::dcomp::IDCompositionVirtualSurface

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

Fields

lpVtbl: *const IDCompositionVirtualSurfaceVtbl

Methods

impl IDCompositionVirtualSurface[src]

pub unsafe fn Resize(&self, width: UINT, height: UINT) -> HRESULT[src]

pub unsafe fn Trim(&self, rectangles: *const RECT, count: UINT) -> HRESULT[src]

Methods from Deref<Target = IDCompositionSurface>

pub unsafe fn BeginDraw(
    &self,
    updateRect: *const RECT,
    iid: REFIID,
    updateObject: *mut *mut c_void,
    updateOffset: *mut POINT
) -> HRESULT
[src]

pub unsafe fn EndDraw(&self) -> HRESULT[src]

pub unsafe fn SuspendDraw(&self) -> HRESULT[src]

pub unsafe fn ResumeDraw(&self) -> HRESULT[src]

pub unsafe fn Scroll(
    &self,
    scrollRect: *const RECT,
    clipRect: *const RECT,
    offsetX: c_int,
    offsetY: c_int
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDCompositionVirtualSurface[src]

impl Deref for IDCompositionVirtualSurface[src]

type Target = IDCompositionSurface

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]