Struct windows_sys::Win32::UI::TabletPC::PROPERTY_METRICS
[−]#[repr(C)]pub struct PROPERTY_METRICS {
pub nLogicalMin: i32,
pub nLogicalMax: i32,
pub Units: PROPERTY_UNITS,
pub fResolution: f32,
}
Expand description
Required features: "Win32_UI_TabletPC"
Fields
nLogicalMin: i32
nLogicalMax: i32
Units: PROPERTY_UNITS
fResolution: f32
Trait Implementations
impl Clone for PROPERTY_METRICS
impl Clone for PROPERTY_METRICS
impl Copy for PROPERTY_METRICS
Auto Trait Implementations
impl RefUnwindSafe for PROPERTY_METRICS
impl Send for PROPERTY_METRICS
impl Sync for PROPERTY_METRICS
impl Unpin for PROPERTY_METRICS
impl UnwindSafe for PROPERTY_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