Struct windows_native::ntpsapi::WIN32K_SYSCALL_FILTER
source ยท #[repr(C)]pub struct WIN32K_SYSCALL_FILTER {
pub FilterState: u32,
pub FilterSet: u32,
}Fieldsยง
ยงFilterState: u32ยงFilterSet: u32Trait Implementationsยง
sourceยงimpl Debug for WIN32K_SYSCALL_FILTER
impl Debug for WIN32K_SYSCALL_FILTER
Auto Trait Implementationsยง
impl RefUnwindSafe for WIN32K_SYSCALL_FILTER
impl Send for WIN32K_SYSCALL_FILTER
impl Sync for WIN32K_SYSCALL_FILTER
impl Unpin for WIN32K_SYSCALL_FILTER
impl UnwindSafe for WIN32K_SYSCALL_FILTER
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