#[repr(C)]pub struct DWRITE_GLYPH_RUN_DESCRIPTION {
pub localeName: PCWSTR,
pub string: PCWSTR,
pub stringLength: u32,
pub clusterMap: *const u16,
pub textPosition: u32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
localeName: PCWSTR
string: PCWSTR
stringLength: u32
clusterMap: *const u16
textPosition: u32
Trait Implementations
impl Clone for DWRITE_GLYPH_RUN_DESCRIPTION
impl Clone for DWRITE_GLYPH_RUN_DESCRIPTION
impl Copy for DWRITE_GLYPH_RUN_DESCRIPTION
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_GLYPH_RUN_DESCRIPTION
impl !Send for DWRITE_GLYPH_RUN_DESCRIPTION
impl !Sync for DWRITE_GLYPH_RUN_DESCRIPTION
impl Unpin for DWRITE_GLYPH_RUN_DESCRIPTION
impl UnwindSafe for DWRITE_GLYPH_RUN_DESCRIPTION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more