#[repr(C)]pub struct IDWriteLocalFontFileLoader_Vtbl {
pub base__: IDWriteFontFileLoader_Vtbl,
pub GetFilePathLengthFromKey: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *mut u32) -> HRESULT,
pub GetFilePathFromKey: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: PWSTR, _: u32) -> HRESULT,
pub GetLastWriteTimeFromKey: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *mut FILETIME) -> HRESULT,
}
Fields§
§base__: IDWriteFontFileLoader_Vtbl
§GetFilePathLengthFromKey: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *mut u32) -> HRESULT
§GetFilePathFromKey: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: PWSTR, _: u32) -> HRESULT
§GetLastWriteTimeFromKey: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *mut FILETIME) -> HRESULT
Implementations§
§impl IDWriteLocalFontFileLoader_Vtbl
impl IDWriteLocalFontFileLoader_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteLocalFontFileLoader_Vtblwhere
Identity: IDWriteLocalFontFileLoader_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteLocalFontFileLoader_Vtbl
impl RefUnwindSafe for IDWriteLocalFontFileLoader_Vtbl
impl Send for IDWriteLocalFontFileLoader_Vtbl
impl Sync for IDWriteLocalFontFileLoader_Vtbl
impl Unpin for IDWriteLocalFontFileLoader_Vtbl
impl UnwindSafe for IDWriteLocalFontFileLoader_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