Struct RASPPPLCPW
#[repr(C)]pub struct RASPPPLCPW {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: [u16; 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: [u16; 1024]
§dwOptions: u32
§dwServerOptions: u32
Trait Implementations§
§impl Clone for RASPPPLCPW
impl Clone for RASPPPLCPW
§fn clone(&self) -> RASPPPLCPW
fn clone(&self) -> RASPPPLCPW
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 RASPPPLCPW
Auto Trait Implementations§
impl Freeze for RASPPPLCPW
impl RefUnwindSafe for RASPPPLCPW
impl Send for RASPPPLCPW
impl Sync for RASPPPLCPW
impl Unpin for RASPPPLCPW
impl UnwindSafe for RASPPPLCPW
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