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