#[repr(C)]pub struct DWRITE_INLINE_OBJECT_METRICS {
pub width: f32,
pub height: f32,
pub baseline: f32,
pub supportsSideways: BOOL,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
, "Win32_Foundation"
Fields
width: f32
height: f32
baseline: f32
supportsSideways: BOOL
Trait Implementations
impl Clone for DWRITE_INLINE_OBJECT_METRICS
impl Clone for DWRITE_INLINE_OBJECT_METRICS
impl Copy for DWRITE_INLINE_OBJECT_METRICS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_INLINE_OBJECT_METRICS
impl Send for DWRITE_INLINE_OBJECT_METRICS
impl Sync for DWRITE_INLINE_OBJECT_METRICS
impl Unpin for DWRITE_INLINE_OBJECT_METRICS
impl UnwindSafe for DWRITE_INLINE_OBJECT_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