Struct windows_sys::Win32::Foundation::POINT
[−]Expand description
Required features: "Win32_Foundation"
Fields
x: i32
y: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for POINT
impl Send for POINT
impl Sync for POINT
impl Unpin for POINT
impl UnwindSafe for POINT
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