#[repr(C)]pub struct WS_SECURITY_BINDING {
pub bindingType: WS_SECURITY_BINDING_TYPE,
pub properties: *mut WS_SECURITY_BINDING_PROPERTY,
pub propertyCount: u32,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
bindingType: WS_SECURITY_BINDING_TYPE
properties: *mut WS_SECURITY_BINDING_PROPERTY
propertyCount: u32
Trait Implementations
impl Clone for WS_SECURITY_BINDING
impl Clone for WS_SECURITY_BINDING
impl Copy for WS_SECURITY_BINDING
Auto Trait Implementations
impl RefUnwindSafe for WS_SECURITY_BINDING
impl !Send for WS_SECURITY_BINDING
impl !Sync for WS_SECURITY_BINDING
impl Unpin for WS_SECURITY_BINDING
impl UnwindSafe for WS_SECURITY_BINDING
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