#[repr(C)]pub struct SecPkgCredentials_SSIProviderA {
pub sProviderName: *mut SEC_CHAR,
pub ProviderInfoLength: c_ulong,
pub ProviderInfo: *mut c_char,
}
Fields
sProviderName: *mut SEC_CHAR
ProviderInfoLength: c_ulong
ProviderInfo: *mut c_char
Trait Implementations
sourceimpl Clone for SecPkgCredentials_SSIProviderA
impl Clone for SecPkgCredentials_SSIProviderA
sourcefn clone(&self) -> SecPkgCredentials_SSIProviderA
fn clone(&self) -> SecPkgCredentials_SSIProviderA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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
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