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