Struct windows::Win32::Graphics::Printing::IPartFont_Vtbl
#[repr(C)]pub struct IPartFont_Vtbl {
pub base__: IPartBase_Vtbl,
pub GetFontProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>, _: *mut EXpsFontOptions) -> HRESULT,
pub SetFontContent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetFontOptions: unsafe extern "system" fn(_: *mut c_void, _: EXpsFontOptions) -> HRESULT,
}
Fields§
§base__: IPartBase_Vtbl
§GetFontProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>, _: *mut EXpsFontOptions) -> HRESULT
§SetFontContent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetFontOptions: unsafe extern "system" fn(_: *mut c_void, _: EXpsFontOptions) -> HRESULT
Implementations§
§impl IPartFont_Vtbl
impl IPartFont_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPartFont_Vtblwhere
Identity: IPartFont_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPartFont_Vtbl
impl RefUnwindSafe for IPartFont_Vtbl
impl Send for IPartFont_Vtbl
impl Sync for IPartFont_Vtbl
impl Unpin for IPartFont_Vtbl
impl UnwindSafe for IPartFont_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