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