Struct windows::Win32::Graphics::DirectWrite::DWRITE_GLYPH_RUN
#[repr(C)]pub struct DWRITE_GLYPH_RUN {
pub fontFace: ManuallyDrop<Option<IDWriteFontFace>>,
pub fontEmSize: f32,
pub glyphCount: u32,
pub glyphIndices: *const u16,
pub glyphAdvances: *const f32,
pub glyphOffsets: *const DWRITE_GLYPH_OFFSET,
pub isSideways: BOOL,
pub bidiLevel: u32,
}
Fields§
§fontFace: ManuallyDrop<Option<IDWriteFontFace>>
§fontEmSize: f32
§glyphCount: u32
§glyphIndices: *const u16
§glyphAdvances: *const f32
§glyphOffsets: *const DWRITE_GLYPH_OFFSET
§isSideways: BOOL
§bidiLevel: u32
Trait Implementations§
§impl Clone for DWRITE_GLYPH_RUN
impl Clone for DWRITE_GLYPH_RUN
§impl Debug for DWRITE_GLYPH_RUN
impl Debug for DWRITE_GLYPH_RUN
§impl Default for DWRITE_GLYPH_RUN
impl Default for DWRITE_GLYPH_RUN
§impl PartialEq for DWRITE_GLYPH_RUN
impl PartialEq for DWRITE_GLYPH_RUN
§fn eq(&self, other: &DWRITE_GLYPH_RUN) -> bool
fn eq(&self, other: &DWRITE_GLYPH_RUN) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DWRITE_GLYPH_RUN
Auto Trait Implementations§
impl Freeze for DWRITE_GLYPH_RUN
impl RefUnwindSafe for DWRITE_GLYPH_RUN
impl !Send for DWRITE_GLYPH_RUN
impl !Sync for DWRITE_GLYPH_RUN
impl Unpin for DWRITE_GLYPH_RUN
impl UnwindSafe for DWRITE_GLYPH_RUN
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)