#[repr(C)]pub struct IDWriteRemoteFontFileStream_Vtbl {
pub base__: IDWriteFontFileStream_Vtbl,
pub GetLocalFileSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub GetFileFragmentLocality: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: *mut BOOL, _: *mut u64) -> HRESULT,
pub GetLocality: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_LOCALITY,
pub BeginDownload: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DWRITE_FILE_FRAGMENT, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDWriteFontFileStream_Vtbl
§GetLocalFileSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§GetFileFragmentLocality: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: *mut BOOL, _: *mut u64) -> HRESULT
§GetLocality: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_LOCALITY
§BeginDownload: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DWRITE_FILE_FRAGMENT, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteRemoteFontFileStream_Vtbl
impl IDWriteRemoteFontFileStream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteRemoteFontFileStream_Vtblwhere
Identity: IDWriteRemoteFontFileStream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteRemoteFontFileStream_Vtbl
impl RefUnwindSafe for IDWriteRemoteFontFileStream_Vtbl
impl Send for IDWriteRemoteFontFileStream_Vtbl
impl Sync for IDWriteRemoteFontFileStream_Vtbl
impl Unpin for IDWriteRemoteFontFileStream_Vtbl
impl UnwindSafe for IDWriteRemoteFontFileStream_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