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