#[repr(C)]pub struct SecPkgCredentials_SSIProviderW {
pub sProviderName: *mut u16,
pub ProviderInfoLength: u32,
pub ProviderInfo: PSTR,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
sProviderName: *mut u16
ProviderInfoLength: u32
ProviderInfo: PSTR
Trait Implementations
impl Clone for SecPkgCredentials_SSIProviderW
impl Clone for SecPkgCredentials_SSIProviderW
impl Copy for SecPkgCredentials_SSIProviderW
Auto Trait Implementations
impl RefUnwindSafe for SecPkgCredentials_SSIProviderW
impl !Send for SecPkgCredentials_SSIProviderW
impl !Sync for SecPkgCredentials_SSIProviderW
impl Unpin for SecPkgCredentials_SSIProviderW
impl UnwindSafe for SecPkgCredentials_SSIProviderW
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