Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgCredentials_KdcProxySettingsW
[−]#[repr(C)]pub struct SecPkgCredentials_KdcProxySettingsW {
pub Version: u32,
pub Flags: u32,
pub ProxyServerOffset: u16,
pub ProxyServerLength: u16,
pub ClientTlsCredOffset: u16,
pub ClientTlsCredLength: u16,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Version: u32
Flags: u32
ProxyServerOffset: u16
ProxyServerLength: u16
ClientTlsCredOffset: u16
ClientTlsCredLength: u16
Trait Implementations
impl Clone for SecPkgCredentials_KdcProxySettingsW
impl Clone for SecPkgCredentials_KdcProxySettingsW
impl Copy for SecPkgCredentials_KdcProxySettingsW
Auto Trait Implementations
impl RefUnwindSafe for SecPkgCredentials_KdcProxySettingsW
impl Send for SecPkgCredentials_KdcProxySettingsW
impl Sync for SecPkgCredentials_KdcProxySettingsW
impl Unpin for SecPkgCredentials_KdcProxySettingsW
impl UnwindSafe for SecPkgCredentials_KdcProxySettingsW
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