Struct windows_sys::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,
}
Expand description
Required features: "Win32_Storage_Xps"
Fields
unicodeStringStart: u32
unicodeStringLength: u16
glyphIndicesStart: u32
glyphIndicesLength: u16
Trait Implementations
impl Clone for XPS_GLYPH_MAPPING
impl Clone for XPS_GLYPH_MAPPING
impl Copy for XPS_GLYPH_MAPPING
Auto Trait Implementations
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
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