Struct windows_sys::Win32::Devices::Display::VIDEO_CURSOR_POSITION
#[repr(C)]pub struct VIDEO_CURSOR_POSITION {
pub Column: i16,
pub Row: i16,
}
Fields§
§Column: i16
§Row: i16
Trait Implementations§
§impl Clone for VIDEO_CURSOR_POSITION
impl Clone for VIDEO_CURSOR_POSITION
impl Copy for VIDEO_CURSOR_POSITION
Auto Trait Implementations§
impl RefUnwindSafe for VIDEO_CURSOR_POSITION
impl Send for VIDEO_CURSOR_POSITION
impl Sync for VIDEO_CURSOR_POSITION
impl Unpin for VIDEO_CURSOR_POSITION
impl UnwindSafe for VIDEO_CURSOR_POSITION
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