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,
}
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§
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