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