Struct windows_sys::Win32::Networking::WindowsWebServices::WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT
[−]#[repr(C)]pub struct WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT {
pub bindingConstraint: WS_SECURITY_BINDING_CONSTRAINT,
pub out: WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT_0,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields
bindingConstraint: WS_SECURITY_BINDING_CONSTRAINT
out: WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT_0
Trait Implementations
impl Copy for WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT
Auto Trait Implementations
impl RefUnwindSafe for WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT
impl !Send for WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT
impl !Sync for WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT
impl Unpin for WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT
impl UnwindSafe for WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT
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