Struct windows_sys::Win32::Security::Cryptography::UI::CMFLTR
[−]#[repr(C)]pub struct CMFLTR {
pub dwSize: u32,
pub cExtensionChecks: u32,
pub arrayExtensionChecks: *mut CMOID,
pub dwCheckingFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
Fields
dwSize: u32
cExtensionChecks: u32
arrayExtensionChecks: *mut CMOID
dwCheckingFlags: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CMFLTR
impl !Send for CMFLTR
impl !Sync for CMFLTR
impl Unpin for CMFLTR
impl UnwindSafe for CMFLTR
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