Struct windows::Win32::Graphics::DirectWrite::IDWriteTypography_Vtbl
#[repr(C)]pub struct IDWriteTypography_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddFontFeature: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_FONT_FEATURE) -> HRESULT,
pub GetFontFeatureCount: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetFontFeature: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_FONT_FEATURE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddFontFeature: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_FONT_FEATURE) -> HRESULT
§GetFontFeatureCount: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetFontFeature: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_FONT_FEATURE) -> HRESULT
Implementations§
§impl IDWriteTypography_Vtbl
impl IDWriteTypography_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteTypography_Vtblwhere
Identity: IDWriteTypography_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteTypography_Vtbl
impl RefUnwindSafe for IDWriteTypography_Vtbl
impl Send for IDWriteTypography_Vtbl
impl Sync for IDWriteTypography_Vtbl
impl Unpin for IDWriteTypography_Vtbl
impl UnwindSafe for IDWriteTypography_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