#[repr(C)]pub struct IKE_AUTHENTICATION_INFORMATION {
pub AuthMethod: IKE_AUTHENTICATION_METHOD,
pub Anonymous: IKE_AUTHENTICATION_INFORMATION_0,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
AuthMethod: IKE_AUTHENTICATION_METHOD
Anonymous: IKE_AUTHENTICATION_INFORMATION_0
Trait Implementations
impl Clone for IKE_AUTHENTICATION_INFORMATION
impl Clone for IKE_AUTHENTICATION_INFORMATION
impl Copy for IKE_AUTHENTICATION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for IKE_AUTHENTICATION_INFORMATION
impl !Send for IKE_AUTHENTICATION_INFORMATION
impl !Sync for IKE_AUTHENTICATION_INFORMATION
impl Unpin for IKE_AUTHENTICATION_INFORMATION
impl UnwindSafe for IKE_AUTHENTICATION_INFORMATION
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