Struct windows_sys::Win32::Security::Cryptography::CERT_OTHER_NAME
[−]#[repr(C)]pub struct CERT_OTHER_NAME {
pub pszObjId: PSTR,
pub Value: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszObjId: PSTR
Value: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CERT_OTHER_NAME
impl Clone for CERT_OTHER_NAME
impl Copy for CERT_OTHER_NAME
Auto Trait Implementations
impl RefUnwindSafe for CERT_OTHER_NAME
impl !Send for CERT_OTHER_NAME
impl !Sync for CERT_OTHER_NAME
impl Unpin for CERT_OTHER_NAME
impl UnwindSafe for CERT_OTHER_NAME
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