#[repr(C)]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§
Source§impl Clone for FLASHWINFO
impl Clone for FLASHWINFO
Source§fn clone(&self) -> FLASHWINFO
fn clone(&self) -> FLASHWINFO
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 FLASHWINFO
impl Debug for FLASHWINFO
Source§impl Ord for FLASHWINFO
impl Ord for FLASHWINFO
Source§fn cmp(&self, other: &FLASHWINFO) -> Ordering
fn cmp(&self, other: &FLASHWINFO) -> 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 FLASHWINFO
impl PartialEq for FLASHWINFO
Source§impl PartialOrd for FLASHWINFO
impl PartialOrd for FLASHWINFO
impl Copy for FLASHWINFO
impl Eq for FLASHWINFO
impl StructuralPartialEq for FLASHWINFO
Auto Trait Implementations§
impl Freeze for FLASHWINFO
impl RefUnwindSafe for FLASHWINFO
impl !Send for FLASHWINFO
impl !Sync for FLASHWINFO
impl Unpin for FLASHWINFO
impl UnwindSafe for FLASHWINFO
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