Struct windows::Win32::Storage::Xps::IXpsOMFontResource_Vtbl
#[repr(C)]pub struct IXpsOMFontResource_Vtbl {
pub base__: IXpsOMResource_Vtbl,
pub GetStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: XPS_FONT_EMBEDDING, _: *mut c_void) -> HRESULT,
pub GetEmbeddingOption: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_FONT_EMBEDDING) -> HRESULT,
}
Fields§
§base__: IXpsOMResource_Vtbl
§GetStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: XPS_FONT_EMBEDDING, _: *mut c_void) -> HRESULT
§GetEmbeddingOption: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_FONT_EMBEDDING) -> HRESULT
Implementations§
§impl IXpsOMFontResource_Vtbl
impl IXpsOMFontResource_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMFontResource_Vtblwhere
Identity: IXpsOMFontResource_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsOMFontResource_Vtbl
impl RefUnwindSafe for IXpsOMFontResource_Vtbl
impl Send for IXpsOMFontResource_Vtbl
impl Sync for IXpsOMFontResource_Vtbl
impl Unpin for IXpsOMFontResource_Vtbl
impl UnwindSafe for IXpsOMFontResource_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