Struct windows::Win32::Graphics::DirectWrite::IDWriteGlyphRunAnalysis_Vtbl
#[repr(C)]pub struct IDWriteGlyphRunAnalysis_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetAlphaTextureBounds: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_TEXTURE_TYPE, _: *mut RECT) -> HRESULT,
pub CreateAlphaTexture: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_TEXTURE_TYPE, _: *const RECT, _: *mut u8, _: u32) -> HRESULT,
pub GetAlphaBlendParams: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut f32, _: *mut f32, _: *mut f32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAlphaTextureBounds: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_TEXTURE_TYPE, _: *mut RECT) -> HRESULT
§CreateAlphaTexture: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_TEXTURE_TYPE, _: *const RECT, _: *mut u8, _: u32) -> HRESULT
§GetAlphaBlendParams: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut f32, _: *mut f32, _: *mut f32) -> HRESULT
Implementations§
§impl IDWriteGlyphRunAnalysis_Vtbl
impl IDWriteGlyphRunAnalysis_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteGlyphRunAnalysis_Vtblwhere
Identity: IDWriteGlyphRunAnalysis_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteGlyphRunAnalysis_Vtbl
impl RefUnwindSafe for IDWriteGlyphRunAnalysis_Vtbl
impl Send for IDWriteGlyphRunAnalysis_Vtbl
impl Sync for IDWriteGlyphRunAnalysis_Vtbl
impl Unpin for IDWriteGlyphRunAnalysis_Vtbl
impl UnwindSafe for IDWriteGlyphRunAnalysis_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