Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_GLYPH_OFFSET
[−]Expand description
Required features: ‘Win32_Graphics_DirectWrite’
Fields
advanceOffset: f32ascenderOffset: f32Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more