Union windows_sys::Win32::Security::Cryptography::Sip::SIP_SUBJECTINFO_0
[−]#[repr(C)]
pub union SIP_SUBJECTINFO_0 {
pub psFlat: *mut MS_ADDINFO_FLAT,
pub psCatMember: *mut MS_ADDINFO_CATALOGMEMBER,
pub psBlob: *mut MS_ADDINFO_BLOB,
}
Expand description
Required features: ‘Win32_Security_Cryptography_Sip’, ‘Win32_Foundation’, ‘Win32_Security_Cryptography_Catalog’
Fields
psFlat: *mut MS_ADDINFO_FLAT
psCatMember: *mut MS_ADDINFO_CATALOGMEMBER
psBlob: *mut MS_ADDINFO_BLOB
Trait Implementations
impl Clone for SIP_SUBJECTINFO_0
impl Clone for SIP_SUBJECTINFO_0
impl Copy for SIP_SUBJECTINFO_0
Auto Trait Implementations
impl RefUnwindSafe for SIP_SUBJECTINFO_0
impl !Send for SIP_SUBJECTINFO_0
impl !Sync for SIP_SUBJECTINFO_0
impl Unpin for SIP_SUBJECTINFO_0
impl UnwindSafe for SIP_SUBJECTINFO_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