Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_LINE_METRICS
[−]#[repr(C)]pub struct DWRITE_LINE_METRICS {
pub length: u32,
pub trailingWhitespaceLength: u32,
pub newlineLength: u32,
pub height: f32,
pub baseline: f32,
pub isTrimmed: BOOL,
}Expand description
Required features: "Win32_Graphics_DirectWrite", "Win32_Foundation"
Fields
length: u32trailingWhitespaceLength: u32newlineLength: u32height: f32baseline: f32isTrimmed: BOOLTrait Implementations
impl Clone for DWRITE_LINE_METRICS
impl Clone for DWRITE_LINE_METRICS
impl Copy for DWRITE_LINE_METRICS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_LINE_METRICS
impl Send for DWRITE_LINE_METRICS
impl Sync for DWRITE_LINE_METRICS
impl Unpin for DWRITE_LINE_METRICS
impl UnwindSafe for DWRITE_LINE_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