Struct windows_sys::Win32::Security::Cryptography::ENDPOINTADDRESS
#[repr(C)]pub struct ENDPOINTADDRESS {
pub serviceUrl: PCWSTR,
pub policyUrl: PCWSTR,
pub rawCertificate: CRYPT_INTEGER_BLOB,
}
Fields§
§serviceUrl: PCWSTR
§policyUrl: PCWSTR
§rawCertificate: CRYPT_INTEGER_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§
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