#[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,
}
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§
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