Struct windows_sys::Win32::Networking::WindowsWebServices::WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT
#[repr(C)]pub struct WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT {
pub bindingConstraint: WS_SECURITY_BINDING_CONSTRAINT,
pub bindingUsage: WS_MESSAGE_SECURITY_USAGE,
}
Fields§
§bindingConstraint: WS_SECURITY_BINDING_CONSTRAINT
§bindingUsage: WS_MESSAGE_SECURITY_USAGE
Trait Implementations§
impl Copy for WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT
Auto Trait Implementations§
impl RefUnwindSafe for WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT
impl !Send for WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT
impl !Sync for WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT
impl Unpin for WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT
impl UnwindSafe for WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more