#[repr(C)]pub struct IDCompositionVirtualSurface_Vtbl {
pub base__: IDCompositionSurface_Vtbl,
pub Resize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub Trim: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: u32) -> HRESULT,
}
Fields§
§base__: IDCompositionSurface_Vtbl
§Resize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§Trim: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: u32) -> HRESULT
Implementations§
§impl IDCompositionVirtualSurface_Vtbl
impl IDCompositionVirtualSurface_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionVirtualSurface_Vtblwhere
Identity: IDCompositionVirtualSurface_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionVirtualSurface_Vtbl
impl RefUnwindSafe for IDCompositionVirtualSurface_Vtbl
impl Send for IDCompositionVirtualSurface_Vtbl
impl Sync for IDCompositionVirtualSurface_Vtbl
impl Unpin for IDCompositionVirtualSurface_Vtbl
impl UnwindSafe for IDCompositionVirtualSurface_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