#[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: ULONG
§Flags: ULONG
§ProxyServerOffset: USHORT
§ProxyServerLength: USHORT
§ClientTlsCredOffset: USHORT
§ClientTlsCredLength: USHORT
Trait Implementations§
Source§impl Clone for SecPkgCredentials_KdcProxySettingsW
impl Clone for SecPkgCredentials_KdcProxySettingsW
Source§fn clone(&self) -> SecPkgCredentials_KdcProxySettingsW
fn clone(&self) -> SecPkgCredentials_KdcProxySettingsW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SecPkgCredentials_KdcProxySettingsW
impl Default for SecPkgCredentials_KdcProxySettingsW
Source§fn default() -> SecPkgCredentials_KdcProxySettingsW
fn default() -> SecPkgCredentials_KdcProxySettingsW
Returns the “default value” for a type. Read more
impl Copy for SecPkgCredentials_KdcProxySettingsW
Auto Trait Implementations§
impl Freeze for SecPkgCredentials_KdcProxySettingsW
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§
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