Struct windows::Win32::Graphics::DirectWrite::DWRITE_COLOR_GLYPH_RUN1
#[repr(C)]pub struct DWRITE_COLOR_GLYPH_RUN1 {
pub Base: DWRITE_COLOR_GLYPH_RUN,
pub glyphImageFormat: DWRITE_GLYPH_IMAGE_FORMATS,
pub measuringMode: DWRITE_MEASURING_MODE,
}
Fields§
§Base: DWRITE_COLOR_GLYPH_RUN
§glyphImageFormat: DWRITE_GLYPH_IMAGE_FORMATS
§measuringMode: DWRITE_MEASURING_MODE
Trait Implementations§
§impl Clone for DWRITE_COLOR_GLYPH_RUN1
impl Clone for DWRITE_COLOR_GLYPH_RUN1
§impl Debug for DWRITE_COLOR_GLYPH_RUN1
impl Debug for DWRITE_COLOR_GLYPH_RUN1
§impl Default for DWRITE_COLOR_GLYPH_RUN1
impl Default for DWRITE_COLOR_GLYPH_RUN1
§impl PartialEq for DWRITE_COLOR_GLYPH_RUN1
impl PartialEq for DWRITE_COLOR_GLYPH_RUN1
§fn eq(&self, other: &DWRITE_COLOR_GLYPH_RUN1) -> bool
fn eq(&self, other: &DWRITE_COLOR_GLYPH_RUN1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DWRITE_COLOR_GLYPH_RUN1
Auto Trait Implementations§
impl Freeze for DWRITE_COLOR_GLYPH_RUN1
impl RefUnwindSafe for DWRITE_COLOR_GLYPH_RUN1
impl !Send for DWRITE_COLOR_GLYPH_RUN1
impl !Sync for DWRITE_COLOR_GLYPH_RUN1
impl Unpin for DWRITE_COLOR_GLYPH_RUN1
impl UnwindSafe for DWRITE_COLOR_GLYPH_RUN1
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
)