Struct windows_sys::Win32::Graphics::GdiPlus::Point
#[repr(C)]pub struct Point {
pub X: i32,
pub Y: i32,
}
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§
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