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,
}
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§
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