#[repr(C)]pub struct IDCompositionSurface {
pub lpVtbl: *const IDCompositionSurfaceVtbl,
}
Fields§
§lpVtbl: *const IDCompositionSurfaceVtbl
Implementations§
Source§impl IDCompositionSurface
impl IDCompositionSurface
pub unsafe fn BeginDraw( &self, updateRect: *const RECT, iid: REFIID, updateObject: *mut *mut c_void, updateOffset: *mut POINT, ) -> HRESULT
pub unsafe fn EndDraw(&self) -> HRESULT
pub unsafe fn SuspendDraw(&self) -> HRESULT
pub unsafe fn ResumeDraw(&self) -> HRESULT
pub unsafe fn Scroll( &self, scrollRect: *const RECT, clipRect: *const RECT, offsetX: c_int, offsetY: c_int, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDCompositionSurface
impl Deref for IDCompositionSurface
Auto Trait Implementations§
impl Freeze for IDCompositionSurface
impl RefUnwindSafe for IDCompositionSurface
impl !Send for IDCompositionSurface
impl !Sync for IDCompositionSurface
impl Unpin for IDCompositionSurface
impl UnwindSafe for IDCompositionSurface
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