#[repr(C)]pub struct _WINDOW_ACTION {
pub kinds: WINDOW_ACTION_KINDS,
pub modifiers: WINDOW_ACTION_MODIFIERS,
pub visible: BOOL,
pub position: POINT,
pub size: SIZE,
pub insertAfter: HWND,
pub placementState: WINDOW_PLACEMENT_STATE,
pub normalRect: RECT,
pub workArea: RECT,
pub dpi: UINT,
pub pointOnMonitor: POINT,
pub monitorTopologyId: UINT,
}Fields§
§kinds: WINDOW_ACTION_KINDS§modifiers: WINDOW_ACTION_MODIFIERS§visible: BOOL§position: POINT§size: SIZE§insertAfter: HWND§placementState: WINDOW_PLACEMENT_STATE§normalRect: RECT§workArea: RECT§dpi: UINT§pointOnMonitor: POINT§monitorTopologyId: UINTTrait Implementations§
Source§impl Clone for _WINDOW_ACTION
impl Clone for _WINDOW_ACTION
Source§fn clone(&self) -> _WINDOW_ACTION
fn clone(&self) -> _WINDOW_ACTION
Returns a duplicate 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 _WINDOW_ACTION
impl Debug for _WINDOW_ACTION
impl Copy for _WINDOW_ACTION
Auto Trait Implementations§
impl Freeze for _WINDOW_ACTION
impl RefUnwindSafe for _WINDOW_ACTION
impl !Send for _WINDOW_ACTION
impl !Sync for _WINDOW_ACTION
impl Unpin for _WINDOW_ACTION
impl UnwindSafe for _WINDOW_ACTION
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