Struct windows::Win32::Graphics::DirectWrite::IDWriteTextLayout2_Vtbl
#[repr(C)]pub struct IDWriteTextLayout2_Vtbl {
pub base__: IDWriteTextLayout1_Vtbl,
pub GetMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_TEXT_METRICS1) -> HRESULT,
pub SetVerticalGlyphOrientation: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_VERTICAL_GLYPH_ORIENTATION) -> HRESULT,
pub GetVerticalGlyphOrientation: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_VERTICAL_GLYPH_ORIENTATION,
pub SetLastLineWrapping: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetLastLineWrapping: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub SetOpticalAlignment: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_OPTICAL_ALIGNMENT) -> HRESULT,
pub GetOpticalAlignment: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_OPTICAL_ALIGNMENT,
pub SetFontFallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetFontFallback: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDWriteTextLayout1_Vtbl
§GetMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_TEXT_METRICS1) -> HRESULT
§SetVerticalGlyphOrientation: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_VERTICAL_GLYPH_ORIENTATION) -> HRESULT
§GetVerticalGlyphOrientation: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_VERTICAL_GLYPH_ORIENTATION
§SetLastLineWrapping: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetLastLineWrapping: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§SetOpticalAlignment: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_OPTICAL_ALIGNMENT) -> HRESULT
§GetOpticalAlignment: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_OPTICAL_ALIGNMENT
§SetFontFallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetFontFallback: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteTextLayout2_Vtbl
impl IDWriteTextLayout2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteTextLayout2_Vtblwhere
Identity: IDWriteTextLayout2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteTextLayout2_Vtbl
impl RefUnwindSafe for IDWriteTextLayout2_Vtbl
impl Send for IDWriteTextLayout2_Vtbl
impl Sync for IDWriteTextLayout2_Vtbl
impl Unpin for IDWriteTextLayout2_Vtbl
impl UnwindSafe for IDWriteTextLayout2_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