#[repr(C)]pub struct EAP_ATTRIBUTES {
pub dwNumberOfAttributes: u32,
pub pAttribs: *mut EAP_ATTRIBUTE,
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
dwNumberOfAttributes: u32
pAttribs: *mut EAP_ATTRIBUTE
Trait Implementations
impl Clone for EAP_ATTRIBUTES
impl Clone for EAP_ATTRIBUTES
impl Copy for EAP_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for EAP_ATTRIBUTES
impl !Send for EAP_ATTRIBUTES
impl !Sync for EAP_ATTRIBUTES
impl Unpin for EAP_ATTRIBUTES
impl UnwindSafe for EAP_ATTRIBUTES
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