Struct winapi::um::winuser::CHANGEFILTERSTRUCT
source · #[repr(C)]pub struct CHANGEFILTERSTRUCT {
pub cbSize: DWORD,
pub ExtStatus: DWORD,
}Fields§
§cbSize: DWORD§ExtStatus: DWORDTrait Implementations§
source§impl Clone for CHANGEFILTERSTRUCT
impl Clone for CHANGEFILTERSTRUCT
source§fn clone(&self) -> CHANGEFILTERSTRUCT
fn clone(&self) -> CHANGEFILTERSTRUCT
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 Default for CHANGEFILTERSTRUCT
impl Default for CHANGEFILTERSTRUCT
source§fn default() -> CHANGEFILTERSTRUCT
fn default() -> CHANGEFILTERSTRUCT
Returns the “default value” for a type. Read more