Struct 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
impl Copy 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