Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_TEXT_METRICS
[−]#[repr(C)]pub struct DWRITE_TEXT_METRICS {
pub left: f32,
pub top: f32,
pub width: f32,
pub widthIncludingTrailingWhitespace: f32,
pub height: f32,
pub layoutWidth: f32,
pub layoutHeight: f32,
pub maxBidiReorderingDepth: u32,
pub lineCount: u32,
}Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
left: f32top: f32width: f32widthIncludingTrailingWhitespace: f32height: f32layoutWidth: f32layoutHeight: f32maxBidiReorderingDepth: u32lineCount: u32Trait Implementations
impl Clone for DWRITE_TEXT_METRICS
impl Clone for DWRITE_TEXT_METRICS
impl Copy for DWRITE_TEXT_METRICS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_TEXT_METRICS
impl Send for DWRITE_TEXT_METRICS
impl Sync for DWRITE_TEXT_METRICS
impl Unpin for DWRITE_TEXT_METRICS
impl UnwindSafe for DWRITE_TEXT_METRICS
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