Struct PPP_EAP_INFO
#[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
§fn clone(&self) -> PPP_EAP_INFO
fn clone(&self) -> PPP_EAP_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PPP_EAP_INFO
Auto Trait Implementations§
impl Freeze for PPP_EAP_INFO
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