#[repr(C)]pub struct EAP_METHOD_PROPERTY {
pub eapMethodPropertyType: EAP_METHOD_PROPERTY_TYPE,
pub eapMethodPropertyValueType: EAP_METHOD_PROPERTY_VALUE_TYPE,
pub eapMethodPropertyValue: EAP_METHOD_PROPERTY_VALUE,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§eapMethodPropertyType: EAP_METHOD_PROPERTY_TYPE
§eapMethodPropertyValueType: EAP_METHOD_PROPERTY_VALUE_TYPE
§eapMethodPropertyValue: EAP_METHOD_PROPERTY_VALUE
Trait Implementations§
§impl Clone for EAP_METHOD_PROPERTY
impl Clone for EAP_METHOD_PROPERTY
impl Copy for EAP_METHOD_PROPERTY
Auto Trait Implementations§
impl RefUnwindSafe for EAP_METHOD_PROPERTY
impl !Send for EAP_METHOD_PROPERTY
impl !Sync for EAP_METHOD_PROPERTY
impl Unpin for EAP_METHOD_PROPERTY
impl UnwindSafe for EAP_METHOD_PROPERTY
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