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: u32
trailingWhitespaceLength: u32
newlineLength: u32
height: f32
baseline: f32
isTrimmed: BOOL
Trait 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