#[repr(C)]pub struct DWRITE_HIT_TEST_METRICS {
pub textPosition: u32,
pub length: u32,
pub left: f32,
pub top: f32,
pub width: f32,
pub height: f32,
pub bidiLevel: u32,
pub isText: BOOL,
pub isTrimmed: BOOL,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
, "Win32_Foundation"
Fields
textPosition: u32
length: u32
left: f32
top: f32
width: f32
height: f32
bidiLevel: u32
isText: BOOL
isTrimmed: BOOL
Trait Implementations
impl Clone for DWRITE_HIT_TEST_METRICS
impl Clone for DWRITE_HIT_TEST_METRICS
impl Copy for DWRITE_HIT_TEST_METRICS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_HIT_TEST_METRICS
impl Send for DWRITE_HIT_TEST_METRICS
impl Sync for DWRITE_HIT_TEST_METRICS
impl Unpin for DWRITE_HIT_TEST_METRICS
impl UnwindSafe for DWRITE_HIT_TEST_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