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