Struct windows_sys::UI::Core::CoreProximityEvaluation
[−]Expand description
Required features: "UI_Core"
, "Foundation"
Fields
Score: i32
AdjustedPoint: Point
Trait Implementations
impl Clone for CoreProximityEvaluation
impl Clone for CoreProximityEvaluation
impl Copy for CoreProximityEvaluation
Auto Trait Implementations
impl RefUnwindSafe for CoreProximityEvaluation
impl Send for CoreProximityEvaluation
impl Sync for CoreProximityEvaluation
impl Unpin for CoreProximityEvaluation
impl UnwindSafe for CoreProximityEvaluation
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