#[repr(C)]pub struct SecPkgCredentials_SSIProviderW {
pub sProviderName: *mut SEC_WCHAR,
pub ProviderInfoLength: c_ulong,
pub ProviderInfo: *mut c_char,
}
Fields
sProviderName: *mut SEC_WCHAR
ProviderInfoLength: c_ulong
ProviderInfo: *mut c_char
Trait Implementations
sourceimpl Clone for SecPkgCredentials_SSIProviderW
impl Clone for SecPkgCredentials_SSIProviderW
sourcefn clone(&self) -> SecPkgCredentials_SSIProviderW
fn clone(&self) -> SecPkgCredentials_SSIProviderW
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_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