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