Struct 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,
}
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
§fn clone(&self) -> PPP_INFO_2
fn clone(&self) -> PPP_INFO_2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PPP_INFO_2
Auto Trait Implementations§
impl Freeze for PPP_INFO_2
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§
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