Struct windows_sys::Win32::NetworkManagement::Rras::PPP_IPV6_CP_INFO
#[repr(C)]pub struct PPP_IPV6_CP_INFO {
pub dwVersion: u32,
pub dwSize: u32,
pub dwError: u32,
pub bInterfaceIdentifier: [u8; 8],
pub bRemoteInterfaceIdentifier: [u8; 8],
pub dwOptions: u32,
pub dwRemoteOptions: u32,
pub bPrefix: [u8; 8],
pub dwPrefixLength: u32,
}
Fields§
§dwVersion: u32
§dwSize: u32
§dwError: u32
§bInterfaceIdentifier: [u8; 8]
§bRemoteInterfaceIdentifier: [u8; 8]
§dwOptions: u32
§dwRemoteOptions: u32
§bPrefix: [u8; 8]
§dwPrefixLength: u32
Trait Implementations§
§impl Clone for PPP_IPV6_CP_INFO
impl Clone for PPP_IPV6_CP_INFO
§fn clone(&self) -> PPP_IPV6_CP_INFO
fn clone(&self) -> PPP_IPV6_CP_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_IPV6_CP_INFO
Auto Trait Implementations§
impl Freeze for PPP_IPV6_CP_INFO
impl RefUnwindSafe for PPP_IPV6_CP_INFO
impl Send for PPP_IPV6_CP_INFO
impl Sync for PPP_IPV6_CP_INFO
impl Unpin for PPP_IPV6_CP_INFO
impl UnwindSafe for PPP_IPV6_CP_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)