Struct windows::UI::Composition::ICompositionDrawingSurface2_Vtbl
#[repr(C)]pub struct ICompositionDrawingSurface2_Vtbl {
pub base__: IInspectable_Vtbl,
pub SizeInt32: unsafe extern "system" fn(_: *mut c_void, _: *mut SizeInt32) -> HRESULT,
pub Resize: unsafe extern "system" fn(_: *mut c_void, _: SizeInt32) -> HRESULT,
pub Scroll: unsafe extern "system" fn(_: *mut c_void, _: PointInt32) -> HRESULT,
pub ScrollRect: unsafe extern "system" fn(_: *mut c_void, _: PointInt32, _: RectInt32) -> HRESULT,
pub ScrollWithClip: unsafe extern "system" fn(_: *mut c_void, _: PointInt32, _: RectInt32) -> HRESULT,
pub ScrollRectWithClip: unsafe extern "system" fn(_: *mut c_void, _: PointInt32, _: RectInt32, _: RectInt32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SizeInt32: unsafe extern "system" fn(_: *mut c_void, _: *mut SizeInt32) -> HRESULT
§Resize: unsafe extern "system" fn(_: *mut c_void, _: SizeInt32) -> HRESULT
§Scroll: unsafe extern "system" fn(_: *mut c_void, _: PointInt32) -> HRESULT
§ScrollRect: unsafe extern "system" fn(_: *mut c_void, _: PointInt32, _: RectInt32) -> HRESULT
§ScrollWithClip: unsafe extern "system" fn(_: *mut c_void, _: PointInt32, _: RectInt32) -> HRESULT
§ScrollRectWithClip: unsafe extern "system" fn(_: *mut c_void, _: PointInt32, _: RectInt32, _: RectInt32) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionDrawingSurface2_Vtbl
impl RefUnwindSafe for ICompositionDrawingSurface2_Vtbl
impl Send for ICompositionDrawingSurface2_Vtbl
impl Sync for ICompositionDrawingSurface2_Vtbl
impl Unpin for ICompositionDrawingSurface2_Vtbl
impl UnwindSafe for ICompositionDrawingSurface2_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