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