Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_CARET_METRICS
[−]#[repr(C)]pub struct DWRITE_CARET_METRICS {
pub slopeRise: i16,
pub slopeRun: i16,
pub offset: i16,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
slopeRise: i16
slopeRun: i16
offset: i16
Trait Implementations
impl Clone for DWRITE_CARET_METRICS
impl Clone for DWRITE_CARET_METRICS
impl Copy for DWRITE_CARET_METRICS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_CARET_METRICS
impl Send for DWRITE_CARET_METRICS
impl Sync for DWRITE_CARET_METRICS
impl Unpin for DWRITE_CARET_METRICS
impl UnwindSafe for DWRITE_CARET_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