Struct winapi::winuser::FLASHWINFO [] [src]

pub struct FLASHWINFO {
    pub cbSize: UINT,
    pub hwnd: HWND,
    pub dwFlags: DWORD,
    pub uCount: UINT,
    pub dwTimeout: DWORD,
}

Fields

cbSize: UINT hwnd: HWND dwFlags: DWORD uCount: UINT dwTimeout: DWORD

Trait Implementations

impl Debug for FLASHWINFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for FLASHWINFO
[src]

impl Clone for FLASHWINFO
[src]

fn clone(&self) -> FLASHWINFO

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more