Union windows_sys::Win32::Security::Cryptography::CMC_STATUS_INFO_0
[−]#[repr(C)]
pub union CMC_STATUS_INFO_0 {
pub dwFailInfo: u32,
pub pPendInfo: *mut CMC_PEND_INFO,
}
Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
dwFailInfo: u32
pPendInfo: *mut CMC_PEND_INFO
Trait Implementations
impl Clone for CMC_STATUS_INFO_0
impl Clone for CMC_STATUS_INFO_0
impl Copy for CMC_STATUS_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for CMC_STATUS_INFO_0
impl !Send for CMC_STATUS_INFO_0
impl !Sync for CMC_STATUS_INFO_0
impl Unpin for CMC_STATUS_INFO_0
impl UnwindSafe for CMC_STATUS_INFO_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more