Struct windows::Win32::Graphics::DirectWrite::DWRITE_GLYPH_RUN_DESCRIPTION
#[repr(C)]pub struct DWRITE_GLYPH_RUN_DESCRIPTION {
pub localeName: PCWSTR,
pub string: PCWSTR,
pub stringLength: u32,
pub clusterMap: *const u16,
pub textPosition: u32,
}
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
§fn clone(&self) -> DWRITE_GLYPH_RUN_DESCRIPTION
fn clone(&self) -> DWRITE_GLYPH_RUN_DESCRIPTION
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_DESCRIPTION
impl Debug for DWRITE_GLYPH_RUN_DESCRIPTION
§impl Default for DWRITE_GLYPH_RUN_DESCRIPTION
impl Default for DWRITE_GLYPH_RUN_DESCRIPTION
§impl PartialEq for DWRITE_GLYPH_RUN_DESCRIPTION
impl PartialEq for DWRITE_GLYPH_RUN_DESCRIPTION
§fn eq(&self, other: &DWRITE_GLYPH_RUN_DESCRIPTION) -> bool
fn eq(&self, other: &DWRITE_GLYPH_RUN_DESCRIPTION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DWRITE_GLYPH_RUN_DESCRIPTION
impl Eq for DWRITE_GLYPH_RUN_DESCRIPTION
impl StructuralPartialEq for DWRITE_GLYPH_RUN_DESCRIPTION
Auto Trait Implementations§
impl Freeze for DWRITE_GLYPH_RUN_DESCRIPTION
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§
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)