#[repr(C)]pub struct SecPkgContext_CredentialNameW {
pub CredentialType: u32,
pub sCredentialName: *mut u16,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
CredentialType: u32
sCredentialName: *mut u16
Trait Implementations
impl Clone for SecPkgContext_CredentialNameW
impl Clone for SecPkgContext_CredentialNameW
impl Copy for SecPkgContext_CredentialNameW
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_CredentialNameW
impl !Send for SecPkgContext_CredentialNameW
impl !Sync for SecPkgContext_CredentialNameW
impl Unpin for SecPkgContext_CredentialNameW
impl UnwindSafe for SecPkgContext_CredentialNameW
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