Struct windows_sys::Win32::Storage::Xps::XPS_GLYPH_INDEX
[−]#[repr(C)]pub struct XPS_GLYPH_INDEX {
pub index: i32,
pub advanceWidth: f32,
pub horizontalOffset: f32,
pub verticalOffset: f32,
}
Expand description
Required features: "Win32_Storage_Xps"
Fields
index: i32
advanceWidth: f32
horizontalOffset: f32
verticalOffset: f32
Trait Implementations
impl Clone for XPS_GLYPH_INDEX
impl Clone for XPS_GLYPH_INDEX
impl Copy for XPS_GLYPH_INDEX
Auto Trait Implementations
impl RefUnwindSafe for XPS_GLYPH_INDEX
impl Send for XPS_GLYPH_INDEX
impl Sync for XPS_GLYPH_INDEX
impl Unpin for XPS_GLYPH_INDEX
impl UnwindSafe for XPS_GLYPH_INDEX
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