Struct 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
§fn clone(&self) -> XPS_GLYPH_INDEX
fn clone(&self) -> XPS_GLYPH_INDEX
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 moreimpl Copy for XPS_GLYPH_INDEX
Auto Trait Implementations§
impl Freeze for XPS_GLYPH_INDEX
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