Struct windows_win::sys::POINT
source · #[repr(C)]pub struct POINT {
pub x: LONG,
pub y: LONG,
}
Fields§
§x: LONG
§y: LONG
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more