#[repr(C)]pub struct WS_SECURITY_BINDING_PROPERTIES {
pub properties: *mut WS_SECURITY_BINDING_PROPERTY,
pub propertyCount: u32,
}
Fields§
§properties: *mut WS_SECURITY_BINDING_PROPERTY
§propertyCount: u32
Trait Implementations§
§impl Clone for WS_SECURITY_BINDING_PROPERTIES
impl Clone for WS_SECURITY_BINDING_PROPERTIES
impl Copy for WS_SECURITY_BINDING_PROPERTIES
Auto Trait Implementations§
impl RefUnwindSafe for WS_SECURITY_BINDING_PROPERTIES
impl !Send for WS_SECURITY_BINDING_PROPERTIES
impl !Sync for WS_SECURITY_BINDING_PROPERTIES
impl Unpin for WS_SECURITY_BINDING_PROPERTIES
impl UnwindSafe for WS_SECURITY_BINDING_PROPERTIES
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