Struct windows_sys::Win32::Security::Cryptography::CMC_STATUS_INFO
#[repr(C)]pub struct CMC_STATUS_INFO {
pub dwStatus: u32,
pub cBodyList: u32,
pub rgdwBodyList: *mut u32,
pub pwszStatusString: PWSTR,
pub dwOtherInfoChoice: u32,
pub Anonymous: CMC_STATUS_INFO_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwStatus: u32
§cBodyList: u32
§rgdwBodyList: *mut u32
§pwszStatusString: PWSTR
§dwOtherInfoChoice: u32
§Anonymous: CMC_STATUS_INFO_0
Trait Implementations§
§impl Clone for CMC_STATUS_INFO
impl Clone for CMC_STATUS_INFO
impl Copy for CMC_STATUS_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CMC_STATUS_INFO
impl !Send for CMC_STATUS_INFO
impl !Sync for CMC_STATUS_INFO
impl Unpin for CMC_STATUS_INFO
impl UnwindSafe for CMC_STATUS_INFO
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