Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_TEXT_METRICS1
[−]#[repr(C)]pub struct DWRITE_TEXT_METRICS1 {
pub Base: DWRITE_TEXT_METRICS,
pub heightIncludingTrailingWhitespace: f32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
Base: DWRITE_TEXT_METRICS
heightIncludingTrailingWhitespace: f32
Trait Implementations
impl Clone for DWRITE_TEXT_METRICS1
impl Clone for DWRITE_TEXT_METRICS1
impl Copy for DWRITE_TEXT_METRICS1
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_TEXT_METRICS1
impl Send for DWRITE_TEXT_METRICS1
impl Sync for DWRITE_TEXT_METRICS1
impl Unpin for DWRITE_TEXT_METRICS1
impl UnwindSafe for DWRITE_TEXT_METRICS1
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