#[repr(C)]pub struct DWRITE_OVERHANG_METRICS {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
left: f32
top: f32
right: f32
bottom: f32
Trait Implementations
impl Clone for DWRITE_OVERHANG_METRICS
impl Clone for DWRITE_OVERHANG_METRICS
impl Copy for DWRITE_OVERHANG_METRICS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_OVERHANG_METRICS
impl Send for DWRITE_OVERHANG_METRICS
impl Sync for DWRITE_OVERHANG_METRICS
impl Unpin for DWRITE_OVERHANG_METRICS
impl UnwindSafe for DWRITE_OVERHANG_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