#[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§
Source§impl Clone for SecPkgCredentials_SSIProviderA
impl Clone for SecPkgCredentials_SSIProviderA
Source§fn clone(&self) -> SecPkgCredentials_SSIProviderA
fn clone(&self) -> SecPkgCredentials_SSIProviderA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SecPkgCredentials_SSIProviderA
impl Default for SecPkgCredentials_SSIProviderA
Source§fn default() -> SecPkgCredentials_SSIProviderA
fn default() -> SecPkgCredentials_SSIProviderA
Returns the “default value” for a type. Read more
impl Copy for SecPkgCredentials_SSIProviderA
Auto Trait Implementations§
impl Freeze for SecPkgCredentials_SSIProviderA
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