#[repr(C)]pub struct IDWriteFontCollectionLoaderVtbl {
pub parent: IUnknownVtbl,
pub CreateEnumeratorFromKey: unsafe extern "system" fn(This: *mut IDWriteFontCollectionLoader, factory: *mut IDWriteFactory, collectionKey: *const c_void, collectionKeySize: UINT32, fontFileEnumerator: *mut *mut IDWriteFontFileEnumerator) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§CreateEnumeratorFromKey: unsafe extern "system" fn(This: *mut IDWriteFontCollectionLoader, factory: *mut IDWriteFactory, collectionKey: *const c_void, collectionKeySize: UINT32, fontFileEnumerator: *mut *mut IDWriteFontFileEnumerator) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDWriteFontCollectionLoaderVtbl
impl RefUnwindSafe for IDWriteFontCollectionLoaderVtbl
impl Send for IDWriteFontCollectionLoaderVtbl
impl Sync for IDWriteFontCollectionLoaderVtbl
impl Unpin for IDWriteFontCollectionLoaderVtbl
impl UnwindSafe for IDWriteFontCollectionLoaderVtbl
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