Struct winapi::winuser::CHANGEFILTERSTRUCT [] [src]

pub struct CHANGEFILTERSTRUCT {
    pub cbSize: DWORD,
    pub ExtStatus: DWORD,
}

Fields

cbSize: DWORD ExtStatus: DWORD

Trait Implementations

impl Debug for CHANGEFILTERSTRUCT
[src]

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

Formats the value using the given formatter.

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