Struct 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
§fn clone(&self) -> DWRITE_COLOR_GLYPH_RUN1
fn clone(&self) -> DWRITE_COLOR_GLYPH_RUN1
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_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
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