#[repr(C)]
pub union EAP_METHOD_PROPERTY_VALUE {
pub empvBool: EAP_METHOD_PROPERTY_VALUE_BOOL,
pub empvDword: EAP_METHOD_PROPERTY_VALUE_DWORD,
pub empvString: EAP_METHOD_PROPERTY_VALUE_STRING,
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
, "Win32_Foundation"
Fields
empvBool: EAP_METHOD_PROPERTY_VALUE_BOOL
empvDword: EAP_METHOD_PROPERTY_VALUE_DWORD
empvString: EAP_METHOD_PROPERTY_VALUE_STRING
Trait Implementations
impl Clone for EAP_METHOD_PROPERTY_VALUE
impl Clone for EAP_METHOD_PROPERTY_VALUE
impl Copy for EAP_METHOD_PROPERTY_VALUE
Auto Trait Implementations
impl RefUnwindSafe for EAP_METHOD_PROPERTY_VALUE
impl !Send for EAP_METHOD_PROPERTY_VALUE
impl !Sync for EAP_METHOD_PROPERTY_VALUE
impl Unpin for EAP_METHOD_PROPERTY_VALUE
impl UnwindSafe for EAP_METHOD_PROPERTY_VALUE
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