Struct windows_sys::Win32::Foundation::POINTL
[−]Expand description
Required features: ‘Win32_Foundation’
Fields
x: i32
y: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for POINTL
impl Send for POINTL
impl Sync for POINTL
impl Unpin for POINTL
impl UnwindSafe for POINTL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more