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: u32Flags: u32ProxyServerOffset: u16ProxyServerLength: u16ClientTlsCredOffset: u16ClientTlsCredLength: u16Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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