Struct PPP_IPXCP_INFO
#[repr(C)]pub struct PPP_IPXCP_INFO {
pub dwError: u32,
pub wszAddress: [u16; 23],
}
Fields§
§dwError: u32
§wszAddress: [u16; 23]
Trait Implementations§
§impl Clone for PPP_IPXCP_INFO
impl Clone for PPP_IPXCP_INFO
§fn clone(&self) -> PPP_IPXCP_INFO
fn clone(&self) -> PPP_IPXCP_INFO
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_IPXCP_INFO
Auto Trait Implementations§
impl Freeze for PPP_IPXCP_INFO
impl RefUnwindSafe for PPP_IPXCP_INFO
impl Send for PPP_IPXCP_INFO
impl Sync for PPP_IPXCP_INFO
impl Unpin for PPP_IPXCP_INFO
impl UnwindSafe for PPP_IPXCP_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