Struct windows::Win32::Storage::Xps::XPS_GLYPH_MAPPING
#[repr(C)]pub struct XPS_GLYPH_MAPPING {
pub unicodeStringStart: u32,
pub unicodeStringLength: u16,
pub glyphIndicesStart: u32,
pub glyphIndicesLength: u16,
}
Fields§
§unicodeStringStart: u32
§unicodeStringLength: u16
§glyphIndicesStart: u32
§glyphIndicesLength: u16
Trait Implementations§
§impl Clone for XPS_GLYPH_MAPPING
impl Clone for XPS_GLYPH_MAPPING
§fn clone(&self) -> XPS_GLYPH_MAPPING
fn clone(&self) -> XPS_GLYPH_MAPPING
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 XPS_GLYPH_MAPPING
impl Debug for XPS_GLYPH_MAPPING
§impl Default for XPS_GLYPH_MAPPING
impl Default for XPS_GLYPH_MAPPING
§impl PartialEq for XPS_GLYPH_MAPPING
impl PartialEq for XPS_GLYPH_MAPPING
§fn eq(&self, other: &XPS_GLYPH_MAPPING) -> bool
fn eq(&self, other: &XPS_GLYPH_MAPPING) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XPS_GLYPH_MAPPING
impl Eq for XPS_GLYPH_MAPPING
impl StructuralPartialEq for XPS_GLYPH_MAPPING
Auto Trait Implementations§
impl Freeze for XPS_GLYPH_MAPPING
impl RefUnwindSafe for XPS_GLYPH_MAPPING
impl Send for XPS_GLYPH_MAPPING
impl Sync for XPS_GLYPH_MAPPING
impl Unpin for XPS_GLYPH_MAPPING
impl UnwindSafe for XPS_GLYPH_MAPPING
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
)