Struct windows_sys::Win32::NetworkManagement::Rras::PPP_INFO_3
[−]#[repr(C)]pub struct PPP_INFO_3 {
pub nbf: PPP_NBFCP_INFO,
pub ip: PPP_IPCP_INFO2,
pub ipv6: PPP_IPV6_CP_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
ipv6: PPP_IPV6_CP_INFO
ccp: PPP_CCP_INFO
lcp: PPP_LCP_INFO
Trait Implementations
impl Clone for PPP_INFO_3
impl Clone for PPP_INFO_3
impl Copy for PPP_INFO_3
Auto Trait Implementations
impl RefUnwindSafe for PPP_INFO_3
impl Send for PPP_INFO_3
impl Sync for PPP_INFO_3
impl Unpin for PPP_INFO_3
impl UnwindSafe for PPP_INFO_3
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