Struct windows_sys::Win32::Security::Cryptography::ENDPOINTADDRESS
[−]#[repr(C)]pub struct ENDPOINTADDRESS {
pub serviceUrl: PCWSTR,
pub policyUrl: PCWSTR,
pub rawCertificate: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
serviceUrl: PCWSTR
policyUrl: PCWSTR
rawCertificate: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for ENDPOINTADDRESS
impl Clone for ENDPOINTADDRESS
impl Copy for ENDPOINTADDRESS
Auto Trait Implementations
impl RefUnwindSafe for ENDPOINTADDRESS
impl !Send for ENDPOINTADDRESS
impl !Sync for ENDPOINTADDRESS
impl Unpin for ENDPOINTADDRESS
impl UnwindSafe for ENDPOINTADDRESS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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