Struct windows_sys::Win32::NetworkManagement::Rras::PPP_LCP_INFO
[−]#[repr(C)]pub struct PPP_LCP_INFO {
pub dwError: u32,
pub dwAuthenticationProtocol: PPP_LCP,
pub dwAuthenticationData: PPP_LCP_INFO_AUTH_DATA,
pub dwRemoteAuthenticationProtocol: u32,
pub dwRemoteAuthenticationData: u32,
pub dwTerminateReason: u32,
pub dwRemoteTerminateReason: u32,
pub dwOptions: u32,
pub dwRemoteOptions: u32,
pub dwEapTypeId: u32,
pub dwRemoteEapTypeId: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
dwError: u32
dwAuthenticationProtocol: PPP_LCP
dwAuthenticationData: PPP_LCP_INFO_AUTH_DATA
dwRemoteAuthenticationProtocol: u32
dwRemoteAuthenticationData: u32
dwTerminateReason: u32
dwRemoteTerminateReason: u32
dwOptions: u32
dwRemoteOptions: u32
dwEapTypeId: u32
dwRemoteEapTypeId: u32
Trait Implementations
impl Clone for PPP_LCP_INFO
impl Clone for PPP_LCP_INFO
impl Copy for PPP_LCP_INFO
Auto Trait Implementations
impl RefUnwindSafe for PPP_LCP_INFO
impl Send for PPP_LCP_INFO
impl Sync for PPP_LCP_INFO
impl Unpin for PPP_LCP_INFO
impl UnwindSafe for PPP_LCP_INFO
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