Struct windows_sys::Win32::UI::Wpf::MilPoint2D
[−]Expand description
Required features: "Win32_UI_Wpf"
Fields
X: f64
Y: f64
Trait Implementations
impl Clone for MilPoint2D
impl Clone for MilPoint2D
impl Copy for MilPoint2D
Auto Trait Implementations
impl RefUnwindSafe for MilPoint2D
impl Send for MilPoint2D
impl Sync for MilPoint2D
impl Unpin for MilPoint2D
impl UnwindSafe for MilPoint2D
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