Struct winapi::winuser::CHANGEFILTERSTRUCT
[−]
[src]
pub struct CHANGEFILTERSTRUCT { pub cbSize: DWORD, pub ExtStatus: DWORD, }
Fields
cbSize | |
ExtStatus |
Trait Implementations
impl Copy for CHANGEFILTERSTRUCT
[src]
impl Clone for CHANGEFILTERSTRUCT
[src]
fn clone(&self) -> CHANGEFILTERSTRUCT
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