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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more