#[repr(C)]pub struct SecPkgContext_NativeNamesA {
pub sClientName: *mut i8,
pub sServerName: *mut i8,
}Fields§
§sClientName: *mut i8§sServerName: *mut i8Trait 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§
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