#[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: u32length: u32left: f32top: f32width: f32height: f32bidiLevel: u32isText: BOOLisTrimmed: BOOLTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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