#[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: UINTTrait Implementations§
Source§impl Clone for tagWINDOWPOS
impl Clone for tagWINDOWPOS
Source§fn clone(&self) -> tagWINDOWPOS
fn clone(&self) -> tagWINDOWPOS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagWINDOWPOS
Auto Trait Implementations§
impl !Send for tagWINDOWPOS
impl !Sync for tagWINDOWPOS
impl Freeze for tagWINDOWPOS
impl RefUnwindSafe for tagWINDOWPOS
impl Unpin for tagWINDOWPOS
impl UnsafeUnpin 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