Struct IDWriteFontFaceReference_Vtbl
#[repr(C)]pub struct IDWriteFontFaceReference_Vtbl {Show 15 fields
pub base__: IUnknown_Vtbl,
pub CreateFontFace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateFontFaceWithSimulations: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_FONT_SIMULATIONS, _: *mut *mut c_void) -> HRESULT,
pub Equals: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> BOOL,
pub GetFontFaceIndex: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetSimulations: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_FONT_SIMULATIONS,
pub GetFontFile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetLocalFileSize: unsafe extern "system" fn(_: *mut c_void) -> u64,
pub GetFileSize: unsafe extern "system" fn(_: *mut c_void) -> u64,
pub GetFileTime: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT,
pub GetLocality: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_LOCALITY,
pub EnqueueFontDownloadRequest: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnqueueCharacterDownloadRequest: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub EnqueueGlyphDownloadRequest: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: u32) -> HRESULT,
pub EnqueueFileFragmentDownloadRequest: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§CreateFontFace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateFontFaceWithSimulations: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_FONT_SIMULATIONS, _: *mut *mut c_void) -> HRESULT§Equals: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> BOOL§GetFontFaceIndex: unsafe extern "system" fn(_: *mut c_void) -> u32§GetSimulations: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_FONT_SIMULATIONS§GetFontFile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetLocalFileSize: unsafe extern "system" fn(_: *mut c_void) -> u64§GetFileSize: unsafe extern "system" fn(_: *mut c_void) -> u64§GetFileTime: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT§GetLocality: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_LOCALITY§EnqueueFontDownloadRequest: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§EnqueueCharacterDownloadRequest: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT§EnqueueGlyphDownloadRequest: unsafe extern "system" fn(_: *mut c_void, _: *const u16, _: u32) -> HRESULT§EnqueueFileFragmentDownloadRequest: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64) -> HRESULTImplementations§
§impl IDWriteFontFaceReference_Vtbl
impl IDWriteFontFaceReference_Vtbl
pub const fn new<Identity: IDWriteFontFaceReference_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontFaceReference_Vtbl
impl RefUnwindSafe for IDWriteFontFaceReference_Vtbl
impl Send for IDWriteFontFaceReference_Vtbl
impl Sync for IDWriteFontFaceReference_Vtbl
impl Unpin for IDWriteFontFaceReference_Vtbl
impl UnwindSafe for IDWriteFontFaceReference_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