Struct windows_sys::Win32::NetworkManagement::Rras::SSTP_CERT_INFO
[−]#[repr(C)]pub struct SSTP_CERT_INFO {
pub isDefault: BOOL,
pub certBlob: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields
isDefault: BOOL
certBlob: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for SSTP_CERT_INFO
impl Clone for SSTP_CERT_INFO
impl Copy for SSTP_CERT_INFO
Auto Trait Implementations
impl RefUnwindSafe for SSTP_CERT_INFO
impl !Send for SSTP_CERT_INFO
impl !Sync for SSTP_CERT_INFO
impl Unpin for SSTP_CERT_INFO
impl UnwindSafe for SSTP_CERT_INFO
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