#[repr(C)]pub struct WS_SECURITY_BINDING_CONSTRAINT {
pub type: WS_SECURITY_BINDING_CONSTRAINT_TYPE,
pub propertyConstraints: *mut WS_SECURITY_BINDING_PROPERTY_CONSTRAINT,
pub propertyConstraintCount: u32,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
type: WS_SECURITY_BINDING_CONSTRAINT_TYPE
propertyConstraints: *mut WS_SECURITY_BINDING_PROPERTY_CONSTRAINT
propertyConstraintCount: u32
Trait Implementations
impl Clone for WS_SECURITY_BINDING_CONSTRAINT
impl Clone for WS_SECURITY_BINDING_CONSTRAINT
impl Copy for WS_SECURITY_BINDING_CONSTRAINT
Auto Trait Implementations
impl RefUnwindSafe for WS_SECURITY_BINDING_CONSTRAINT
impl !Send for WS_SECURITY_BINDING_CONSTRAINT
impl !Sync for WS_SECURITY_BINDING_CONSTRAINT
impl Unpin for WS_SECURITY_BINDING_CONSTRAINT
impl UnwindSafe for WS_SECURITY_BINDING_CONSTRAINT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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