Struct windows_sys::Win32::Security::Authentication::Identity::KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
[−]#[repr(C)]pub struct KERB_ADD_BINDING_CACHE_ENTRY_REQUEST {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub RealmName: UNICODE_STRING,
pub KdcAddress: UNICODE_STRING,
pub AddressType: KERB_ADDRESS_TYPE,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
MessageType: KERB_PROTOCOL_MESSAGE_TYPE
RealmName: UNICODE_STRING
KdcAddress: UNICODE_STRING
AddressType: KERB_ADDRESS_TYPE
Trait Implementations
impl Copy for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
impl !Send for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
impl !Sync for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
impl Unpin for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
impl UnwindSafe for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
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