Struct windows_sys::Graphics::PointInt32
[−]Expand description
Required features: "Graphics"
Fields
X: i32
Y: i32
Trait Implementations
impl Clone for PointInt32
impl Clone for PointInt32
impl Copy for PointInt32
Auto Trait Implementations
impl RefUnwindSafe for PointInt32
impl Send for PointInt32
impl Sync for PointInt32
impl Unpin for PointInt32
impl UnwindSafe for PointInt32
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