Struct windows::Win32::Graphics::DirectWrite::DWRITE_COLOR_GLYPH_RUN
#[repr(C)]pub struct DWRITE_COLOR_GLYPH_RUN {
pub glyphRun: DWRITE_GLYPH_RUN,
pub glyphRunDescription: *mut DWRITE_GLYPH_RUN_DESCRIPTION,
pub baselineOriginX: f32,
pub baselineOriginY: f32,
pub runColor: DWRITE_COLOR_F,
pub paletteIndex: u16,
}
Fields§
§glyphRun: DWRITE_GLYPH_RUN
§glyphRunDescription: *mut DWRITE_GLYPH_RUN_DESCRIPTION
§baselineOriginX: f32
§baselineOriginY: f32
§runColor: DWRITE_COLOR_F
§paletteIndex: u16
Trait Implementations§
§impl Clone for DWRITE_COLOR_GLYPH_RUN
impl Clone for DWRITE_COLOR_GLYPH_RUN
§impl Debug for DWRITE_COLOR_GLYPH_RUN
impl Debug for DWRITE_COLOR_GLYPH_RUN
§impl Default for DWRITE_COLOR_GLYPH_RUN
impl Default for DWRITE_COLOR_GLYPH_RUN
§impl PartialEq for DWRITE_COLOR_GLYPH_RUN
impl PartialEq for DWRITE_COLOR_GLYPH_RUN
§fn eq(&self, other: &DWRITE_COLOR_GLYPH_RUN) -> bool
fn eq(&self, other: &DWRITE_COLOR_GLYPH_RUN) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DWRITE_COLOR_GLYPH_RUN
Auto Trait Implementations§
impl Freeze for DWRITE_COLOR_GLYPH_RUN
impl RefUnwindSafe for DWRITE_COLOR_GLYPH_RUN
impl !Send for DWRITE_COLOR_GLYPH_RUN
impl !Sync for DWRITE_COLOR_GLYPH_RUN
impl Unpin for DWRITE_COLOR_GLYPH_RUN
impl UnwindSafe for DWRITE_COLOR_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
)