Struct windows_sys::Win32::Devices::ImageAcquisition::SCANWINDOW
[−]#[repr(C)]pub struct SCANWINDOW {
pub xPos: i32,
pub yPos: i32,
pub xExtent: i32,
pub yExtent: i32,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
xPos: i32
yPos: i32
xExtent: i32
yExtent: i32
Trait Implementations
impl Clone for SCANWINDOW
impl Clone for SCANWINDOW
impl Copy for SCANWINDOW
Auto Trait Implementations
impl RefUnwindSafe for SCANWINDOW
impl Send for SCANWINDOW
impl Sync for SCANWINDOW
impl Unpin for SCANWINDOW
impl UnwindSafe for SCANWINDOW
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