Struct windows_sys::Win32::NetworkManagement::Rras::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,
}Expand description
Required features: "Win32_Foundation"
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: u32Trait Implementations§
§impl Clone for RASPPPLCPW
impl Clone for RASPPPLCPW
impl Copy for RASPPPLCPW
Auto Trait Implementations§
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