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: f32
top: f32
width: f32
widthIncludingTrailingWhitespace: f32
height: f32
layoutWidth: f32
layoutHeight: f32
maxBidiReorderingDepth: u32
lineCount: u32
Trait 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