Struct RASPPPLCPA
#[repr(C)]pub struct RASPPPLCPA {Show 15 fields
pub dwSize: u32,
pub fBundled: BOOL,
pub dwError: u32,
pub dwAuthenticationProtocol: u32,
pub dwAuthenticationData: u32,
pub dwEapTypeId: u32,
pub dwServerAuthenticationProtocol: u32,
pub dwServerAuthenticationData: u32,
pub dwServerEapTypeId: u32,
pub fMultilink: BOOL,
pub dwTerminateReason: u32,
pub dwServerTerminateReason: u32,
pub szReplyMessage: [i8; 1024],
pub dwOptions: u32,
pub dwServerOptions: u32,
}
Fields§
§dwSize: u32
§fBundled: BOOL
§dwError: u32
§dwAuthenticationProtocol: u32
§dwAuthenticationData: u32
§dwEapTypeId: u32
§dwServerAuthenticationProtocol: u32
§dwServerAuthenticationData: u32
§dwServerEapTypeId: u32
§fMultilink: BOOL
§dwTerminateReason: u32
§dwServerTerminateReason: u32
§szReplyMessage: [i8; 1024]
§dwOptions: u32
§dwServerOptions: u32
Trait Implementations§
§impl Clone for RASPPPLCPA
impl Clone for RASPPPLCPA
§fn clone(&self) -> RASPPPLCPA
fn clone(&self) -> RASPPPLCPA
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 RASPPPLCPA
Auto Trait Implementations§
impl Freeze for RASPPPLCPA
impl RefUnwindSafe for RASPPPLCPA
impl Send for RASPPPLCPA
impl Sync for RASPPPLCPA
impl Unpin for RASPPPLCPA
impl UnwindSafe for RASPPPLCPA
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