Struct windows_sys::Win32::NetworkManagement::Rras::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: [CHAR; 1024],
pub dwOptions: u32,
pub dwServerOptions: u32,
}Expand description
Required features: "Win32_NetworkManagement_Rras", "Win32_Foundation"
Fields
dwSize: u32fBundled: BOOLdwError: u32dwAuthenticationProtocol: u32dwAuthenticationData: u32dwEapTypeId: u32dwServerAuthenticationProtocol: u32dwServerAuthenticationData: u32dwServerEapTypeId: u32fMultilink: BOOLdwTerminateReason: u32dwServerTerminateReason: u32szReplyMessage: [CHAR; 1024]dwOptions: u32dwServerOptions: u32Trait Implementations
impl Clone for RASPPPLCPA
impl Clone for RASPPPLCPA
impl Copy for RASPPPLCPA
Auto Trait Implementations
impl RefUnwindSafe for RASPPPLCPA
impl Send for RASPPPLCPA
impl Sync for RASPPPLCPA
impl Unpin for RASPPPLCPA
impl UnwindSafe for RASPPPLCPA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more