#[repr(C)]pub struct IDCompositionSurface_Vtbl {
pub base__: IUnknown_Vtbl,
pub BeginDraw: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: *const GUID, _: *mut *mut c_void, _: *mut POINT) -> HRESULT,
pub EndDraw: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SuspendDraw: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ResumeDraw: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Scroll: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: *const RECT, _: i32, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§BeginDraw: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: *const GUID, _: *mut *mut c_void, _: *mut POINT) -> HRESULT
§EndDraw: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SuspendDraw: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ResumeDraw: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Scroll: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: *const RECT, _: i32, _: i32) -> HRESULT
Implementations§
§impl IDCompositionSurface_Vtbl
impl IDCompositionSurface_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionSurface_Vtblwhere
Identity: IDCompositionSurface_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionSurface_Vtbl
impl RefUnwindSafe for IDCompositionSurface_Vtbl
impl Send for IDCompositionSurface_Vtbl
impl Sync for IDCompositionSurface_Vtbl
impl Unpin for IDCompositionSurface_Vtbl
impl UnwindSafe for IDCompositionSurface_Vtbl
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