#[repr(C)]pub struct SecPkgCredentials_KdcProxySettingsW {
pub Version: u32,
pub Flags: u32,
pub ProxyServerOffset: u16,
pub ProxyServerLength: u16,
pub ClientTlsCredOffset: u16,
pub ClientTlsCredLength: u16,
}
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
§fn clone(&self) -> SecPkgCredentials_KdcProxySettingsW
fn clone(&self) -> SecPkgCredentials_KdcProxySettingsW
Returns a copy 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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)