#[repr(C)]pub struct SecPkgCredentials_KdcProxySettingsW {
    pub Version: ULONG,
    pub Flags: ULONG,
    pub ProxyServerOffset: USHORT,
    pub ProxyServerLength: USHORT,
    pub ClientTlsCredOffset: USHORT,
    pub ClientTlsCredLength: USHORT,
}Fields
Version: ULONGFlags: ULONGProxyServerOffset: USHORTProxyServerLength: USHORTClientTlsCredOffset: USHORTClientTlsCredLength: USHORTTrait Implementations
sourceimpl Clone for SecPkgCredentials_KdcProxySettingsW
 
impl Clone for SecPkgCredentials_KdcProxySettingsW
sourcefn clone(&self) -> SecPkgCredentials_KdcProxySettingsW
 
fn clone(&self) -> SecPkgCredentials_KdcProxySettingsW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
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