#[repr(C)]pub struct ITextServices2_Vtbl {
pub base__: ITextServices_Vtbl,
pub TxGetNaturalSize2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HDC, _: HDC, _: *mut DVTARGETDEVICE, _: u32, _: *const SIZE, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub TxDrawD2D: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut RECTL, _: *mut RECT, _: i32) -> HRESULT,
}
Fields§
§base__: ITextServices_Vtbl
§TxGetNaturalSize2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HDC, _: HDC, _: *mut DVTARGETDEVICE, _: u32, _: *const SIZE, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT
§TxDrawD2D: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut RECTL, _: *mut RECT, _: i32) -> HRESULT
Implementations§
§impl ITextServices2_Vtbl
impl ITextServices2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITextServices2_Vtblwhere
Identity: ITextServices2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextServices2_Vtbl
impl RefUnwindSafe for ITextServices2_Vtbl
impl Send for ITextServices2_Vtbl
impl Sync for ITextServices2_Vtbl
impl Unpin for ITextServices2_Vtbl
impl UnwindSafe for ITextServices2_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