Struct windows::Win32::Devices::ImageAcquisition::SCANWINDOW
#[repr(C)]pub struct SCANWINDOW {
pub xPos: i32,
pub yPos: i32,
pub xExtent: i32,
pub yExtent: i32,
}
Fields§
§xPos: i32
§yPos: i32
§xExtent: i32
§yExtent: i32
Trait Implementations§
§impl Clone for SCANWINDOW
impl Clone for SCANWINDOW
§fn clone(&self) -> SCANWINDOW
fn clone(&self) -> SCANWINDOW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SCANWINDOW
impl Debug for SCANWINDOW
§impl PartialEq for SCANWINDOW
impl PartialEq for SCANWINDOW
§fn eq(&self, other: &SCANWINDOW) -> bool
fn eq(&self, other: &SCANWINDOW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SCANWINDOW
impl Eq for SCANWINDOW
impl StructuralPartialEq for SCANWINDOW
Auto Trait Implementations§
impl Freeze for SCANWINDOW
impl RefUnwindSafe for SCANWINDOW
impl Send for SCANWINDOW
impl Sync for SCANWINDOW
impl Unpin for SCANWINDOW
impl UnwindSafe for SCANWINDOW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)