#[repr(C)]pub struct tagWINDOWPOS {
pub hwnd: HWND,
pub hwndInsertAfter: HWND,
pub x: c_int,
pub y: c_int,
pub cx: c_int,
pub cy: c_int,
pub flags: UINT,
}
Fields§
§hwnd: HWND
§hwndInsertAfter: HWND
§x: c_int
§y: c_int
§cx: c_int
§cy: c_int
§flags: UINT
Trait Implementations§
Source§impl Clone for tagWINDOWPOS
impl Clone for tagWINDOWPOS
Source§fn clone(&self) -> tagWINDOWPOS
fn clone(&self) -> tagWINDOWPOS
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 moreSource§impl Debug for tagWINDOWPOS
impl Debug for tagWINDOWPOS
Source§impl Ord for tagWINDOWPOS
impl Ord for tagWINDOWPOS
Source§fn cmp(&self, other: &tagWINDOWPOS) -> Ordering
fn cmp(&self, other: &tagWINDOWPOS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagWINDOWPOS
impl PartialEq for tagWINDOWPOS
Source§impl PartialOrd for tagWINDOWPOS
impl PartialOrd for tagWINDOWPOS
impl Copy for tagWINDOWPOS
impl Eq for tagWINDOWPOS
impl StructuralPartialEq for tagWINDOWPOS
Auto Trait Implementations§
impl Freeze for tagWINDOWPOS
impl RefUnwindSafe for tagWINDOWPOS
impl !Send for tagWINDOWPOS
impl !Sync for tagWINDOWPOS
impl Unpin for tagWINDOWPOS
impl UnwindSafe for tagWINDOWPOS
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