#[repr(C)]pub struct PPP_EAP_INFO {
pub dwSizeInBytes: u32,
pub dwEapTypeId: u32,
pub RasEapInitialize: isize,
pub RasEapBegin: isize,
pub RasEapEnd: isize,
pub RasEapMakeMessage: isize,
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
dwSizeInBytes: u32
dwEapTypeId: u32
RasEapInitialize: isize
RasEapBegin: isize
RasEapEnd: isize
RasEapMakeMessage: isize
Trait Implementations
impl Clone for PPP_EAP_INFO
impl Clone for PPP_EAP_INFO
impl Copy for PPP_EAP_INFO
Auto Trait Implementations
impl RefUnwindSafe for PPP_EAP_INFO
impl Send for PPP_EAP_INFO
impl Sync for PPP_EAP_INFO
impl Unpin for PPP_EAP_INFO
impl UnwindSafe for PPP_EAP_INFO
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