#[repr(C)]pub struct WS_RSA_ENDPOINT_IDENTITY {
pub identity: WS_ENDPOINT_IDENTITY,
pub modulus: WS_BYTES,
pub exponent: WS_BYTES,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
identity: WS_ENDPOINT_IDENTITY
modulus: WS_BYTES
exponent: WS_BYTES
Trait Implementations
impl Clone for WS_RSA_ENDPOINT_IDENTITY
impl Clone for WS_RSA_ENDPOINT_IDENTITY
impl Copy for WS_RSA_ENDPOINT_IDENTITY
Auto Trait Implementations
impl RefUnwindSafe for WS_RSA_ENDPOINT_IDENTITY
impl !Send for WS_RSA_ENDPOINT_IDENTITY
impl !Sync for WS_RSA_ENDPOINT_IDENTITY
impl Unpin for WS_RSA_ENDPOINT_IDENTITY
impl UnwindSafe for WS_RSA_ENDPOINT_IDENTITY
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