#[repr(C)]pub struct SecPkgCredentials_SSIProviderW {
pub sProviderName: *mut u16,
pub ProviderInfoLength: u32,
pub ProviderInfo: PSTR,
}
Fields§
§sProviderName: *mut u16
§ProviderInfoLength: u32
§ProviderInfo: PSTR
Trait Implementations§
§impl Clone for SecPkgCredentials_SSIProviderW
impl Clone for SecPkgCredentials_SSIProviderW
§fn clone(&self) -> SecPkgCredentials_SSIProviderW
fn clone(&self) -> SecPkgCredentials_SSIProviderW
Returns a copy 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 more§impl Debug for SecPkgCredentials_SSIProviderW
impl Debug for SecPkgCredentials_SSIProviderW
§impl Default for SecPkgCredentials_SSIProviderW
impl Default for SecPkgCredentials_SSIProviderW
§impl PartialEq for SecPkgCredentials_SSIProviderW
impl PartialEq for SecPkgCredentials_SSIProviderW
§fn eq(&self, other: &SecPkgCredentials_SSIProviderW) -> bool
fn eq(&self, other: &SecPkgCredentials_SSIProviderW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecPkgCredentials_SSIProviderW
impl Eq for SecPkgCredentials_SSIProviderW
impl StructuralPartialEq for SecPkgCredentials_SSIProviderW
Auto Trait Implementations§
impl Freeze for SecPkgCredentials_SSIProviderW
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)