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