Struct 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
§fn clone(&self) -> DWRITE_GLYPH_RUN
fn clone(&self) -> DWRITE_GLYPH_RUN
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§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
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