Struct windows_sys::Win32::NetworkManagement::Rras::PPP_INFO_2
[−]#[repr(C)]pub struct PPP_INFO_2 {
pub nbf: PPP_NBFCP_INFO,
pub ip: PPP_IPCP_INFO2,
pub ipx: PPP_IPXCP_INFO,
pub at: PPP_ATCP_INFO,
pub ccp: PPP_CCP_INFO,
pub lcp: PPP_LCP_INFO,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
nbf: PPP_NBFCP_INFO
ip: PPP_IPCP_INFO2
ipx: PPP_IPXCP_INFO
at: PPP_ATCP_INFO
ccp: PPP_CCP_INFO
lcp: PPP_LCP_INFO
Trait Implementations
impl Clone for PPP_INFO_2
impl Clone for PPP_INFO_2
impl Copy for PPP_INFO_2
Auto Trait Implementations
impl RefUnwindSafe for PPP_INFO_2
impl Send for PPP_INFO_2
impl Sync for PPP_INFO_2
impl Unpin for PPP_INFO_2
impl UnwindSafe for PPP_INFO_2
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