Struct windows_sys::Win32::Networking::WindowsWebServices::WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING
[−]#[repr(C)]pub struct WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING {
pub binding: WS_SECURITY_BINDING,
pub bindingUsage: WS_MESSAGE_SECURITY_USAGE,
pub bootstrapSecurityDescription: *mut WS_SECURITY_DESCRIPTION,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
binding: WS_SECURITY_BINDING
bindingUsage: WS_MESSAGE_SECURITY_USAGE
bootstrapSecurityDescription: *mut WS_SECURITY_DESCRIPTION
Trait Implementations
impl Copy for WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING
Auto Trait Implementations
impl RefUnwindSafe for WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING
impl !Send for WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING
impl !Sync for WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING
impl Unpin for WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING
impl UnwindSafe for WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING
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