Struct windows::Win32::Graphics::DirectWrite::IDWriteFontFileStream_Vtbl
#[repr(C)]pub struct IDWriteFontFileStream_Vtbl {
pub base__: IUnknown_Vtbl,
pub ReadFileFragment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: u64, _: u64, _: *mut *mut c_void) -> HRESULT,
pub ReleaseFileFragment: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void),
pub GetFileSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub GetLastWriteTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ReadFileFragment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: u64, _: u64, _: *mut *mut c_void) -> HRESULT
§ReleaseFileFragment: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)
§GetFileSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§GetLastWriteTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
Implementations§
§impl IDWriteFontFileStream_Vtbl
impl IDWriteFontFileStream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontFileStream_Vtblwhere
Identity: IDWriteFontFileStream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontFileStream_Vtbl
impl RefUnwindSafe for IDWriteFontFileStream_Vtbl
impl Send for IDWriteFontFileStream_Vtbl
impl Sync for IDWriteFontFileStream_Vtbl
impl Unpin for IDWriteFontFileStream_Vtbl
impl UnwindSafe for IDWriteFontFileStream_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