#[repr(C)]pub struct SecPkgCredentials_SSIProviderA {
pub sProviderName: *mut i8,
pub ProviderInfoLength: u32,
pub ProviderInfo: PSTR,
}
Fields§
§sProviderName: *mut i8
§ProviderInfoLength: u32
§ProviderInfo: PSTR
Trait Implementations§
§impl Clone for SecPkgCredentials_SSIProviderA
impl Clone for SecPkgCredentials_SSIProviderA
impl Copy for SecPkgCredentials_SSIProviderA
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgCredentials_SSIProviderA
impl !Send for SecPkgCredentials_SSIProviderA
impl !Sync for SecPkgCredentials_SSIProviderA
impl Unpin for SecPkgCredentials_SSIProviderA
impl UnwindSafe for SecPkgCredentials_SSIProviderA
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