Struct windows_sys::Win32::UI::WindowsAndMessaging::CHANGEFILTERSTRUCT
#[repr(C)]pub struct CHANGEFILTERSTRUCT {
pub cbSize: u32,
pub ExtStatus: MSGFLTINFO_STATUS,
}
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§
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