#[repr(C)]pub struct EAP_METHOD_PROPERTY_ARRAY {
pub dwNumberOfProperties: u32,
pub pMethodProperty: *mut EAP_METHOD_PROPERTY,
}
Expand description
Required features: ‘Win32_Security_ExtensibleAuthenticationProtocol’, ‘Win32_Foundation’
Fields
dwNumberOfProperties: u32
pMethodProperty: *mut EAP_METHOD_PROPERTY
Trait Implementations
impl Clone for EAP_METHOD_PROPERTY_ARRAY
impl Clone for EAP_METHOD_PROPERTY_ARRAY
impl Copy for EAP_METHOD_PROPERTY_ARRAY
Auto Trait Implementations
impl RefUnwindSafe for EAP_METHOD_PROPERTY_ARRAY
impl !Send for EAP_METHOD_PROPERTY_ARRAY
impl !Sync for EAP_METHOD_PROPERTY_ARRAY
impl Unpin for EAP_METHOD_PROPERTY_ARRAY
impl UnwindSafe for EAP_METHOD_PROPERTY_ARRAY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more