Struct IDWriteFactory5_Vtbl
#[repr(C)]pub struct IDWriteFactory5_Vtbl {
pub base__: IDWriteFactory4_Vtbl,
pub CreateFontSetBuilder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateInMemoryFontFileLoader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateHttpFontFileLoader: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub AnalyzeContainerType: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32) -> DWRITE_CONTAINER_TYPE,
pub UnpackFontFile: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_CONTAINER_TYPE, _: *const c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDWriteFactory4_Vtbl§CreateFontSetBuilder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateInMemoryFontFileLoader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateHttpFontFileLoader: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT§AnalyzeContainerType: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32) -> DWRITE_CONTAINER_TYPE§UnpackFontFile: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_CONTAINER_TYPE, _: *const c_void, _: u32, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IDWriteFactory5_Vtbl
impl IDWriteFactory5_Vtbl
pub const fn new<Identity: IDWriteFactory5_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFactory5_Vtbl
impl RefUnwindSafe for IDWriteFactory5_Vtbl
impl Send for IDWriteFactory5_Vtbl
impl Sync for IDWriteFactory5_Vtbl
impl Unpin for IDWriteFactory5_Vtbl
impl UnwindSafe for IDWriteFactory5_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