Struct windows_sys::Win32::Devices::Display::VIDEO_POINTER_POSITION
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
Column: i16
Row: i16
Trait Implementations
impl Clone for VIDEO_POINTER_POSITION
impl Clone for VIDEO_POINTER_POSITION
impl Copy for VIDEO_POINTER_POSITION
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_POINTER_POSITION
impl Send for VIDEO_POINTER_POSITION
impl Sync for VIDEO_POINTER_POSITION
impl Unpin for VIDEO_POINTER_POSITION
impl UnwindSafe for VIDEO_POINTER_POSITION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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