Struct windows_sys::Win32::UI::WindowsAndMessaging::CHANGEFILTERSTRUCT
[−]#[repr(C)]pub struct CHANGEFILTERSTRUCT {
pub cbSize: u32,
pub ExtStatus: MSGFLTINFO_STATUS,
}
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields
cbSize: u32
ExtStatus: MSGFLTINFO_STATUS
Trait Implementations
impl Clone for CHANGEFILTERSTRUCT
impl Clone for CHANGEFILTERSTRUCT
impl Copy for CHANGEFILTERSTRUCT
Auto Trait Implementations
impl RefUnwindSafe for CHANGEFILTERSTRUCT
impl Send for CHANGEFILTERSTRUCT
impl Sync for CHANGEFILTERSTRUCT
impl Unpin for CHANGEFILTERSTRUCT
impl UnwindSafe for CHANGEFILTERSTRUCT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more