Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_GLYPH_OFFSET
[−]Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
advanceOffset: f32
ascenderOffset: f32
Trait Implementations
impl Clone for DWRITE_GLYPH_OFFSET
impl Clone for DWRITE_GLYPH_OFFSET
impl Copy for DWRITE_GLYPH_OFFSET
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_GLYPH_OFFSET
impl Send for DWRITE_GLYPH_OFFSET
impl Sync for DWRITE_GLYPH_OFFSET
impl Unpin for DWRITE_GLYPH_OFFSET
impl UnwindSafe for DWRITE_GLYPH_OFFSET
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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